Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
IAssociationEnd |
interface |
IAttribute |
interface |
IOperation |
Modifier and Type | Method and Description |
---|---|
<T extends IFeature> |
IClassifier.getPart(Class<T> filteredClass)
Get the list of ObFeature to the Part association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IFeature> |
IClassifier.getPart()
Get the list of ObFeature to the Part association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassifier.addPart(IFeature element)
Add a ObFeature to the 'Part' association.
|
void |
IClassifier.removePart(IFeature element)
Remove an ObFeature from the 'Part' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IClassifier.cardPart(Class<? extends IFeature> filteredClass)
Returns the number elements in the Part association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitFeature(IFeature theFeature) |
Object |
DefaultMetamodelVisitor.visitFeature(IFeature theFeature) |
Object |
AbstractMetamodelVisitor.visitFeature(IFeature theFeature) |