Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IInformationItem |
IUmlModel.createInformationItem()
Create a InformationItem.
|
Modifier and Type | Method and Description |
---|---|
<T extends IInformationItem> |
IClassifier.getRepresentation(Class<T> filteredClass)
Get the list of ObInformationItem to the Representation association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IInformationItem> |
IClassifier.getRepresentation()
Get the list of ObInformationItem to the Representation association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassifier.addRepresentation(IInformationItem element)
Add a ObInformationItem to the 'Representation' association.
|
void |
IClassifier.removeRepresentation(IInformationItem element)
Remove an ObInformationItem from the 'Representation' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IClassifier.cardRepresentation(Class<? extends IInformationItem> filteredClass)
Returns the number elements in the Representation association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInformationItem(IInformationItem theInformationItem) |
Object |
DefaultMetamodelVisitor.visitInformationItem(IInformationItem theInformationItem) |
Object |
AbstractMetamodelVisitor.visitInformationItem(IInformationItem theInformationItem) |