Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
<T extends IMetaclassReference> |
IProfile.getOwnedReference(Class<T> filteredClass)
Get the list of ObMetaclassReference to the OwnedReference association.
|
Modifier and Type | Method and Description |
---|---|
IMetaclassReference |
ITagType.getOwnerReference()
Get the OwnerReference association.
|
IMetaclassReference |
INoteType.getOwnerReference()
Get the OwnerReference association.
|
IMetaclassReference |
IExternDocumentType.getOwnerReference()
Get the OwnerReference association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IMetaclassReference> |
IProfile.getOwnedReference()
Get the list of ObMetaclassReference to the OwnedReference association.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfile.addOwnedReference(IMetaclassReference element)
Add a ObMetaclassReference to the 'OwnedReference' association.
|
void |
IProfile.removeOwnedReference(IMetaclassReference element)
Remove an ObMetaclassReference from the 'OwnedReference' association.
|
void |
ITagType.setOwnerReference(IMetaclassReference element)
Setter for the 'OwnerReference' [0..1] association.
|
void |
INoteType.setOwnerReference(IMetaclassReference element)
Setter for the 'OwnerReference' [0..1] association.
|
void |
IExternDocumentType.setOwnerReference(IMetaclassReference element)
Setter for the 'OwnerReference' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IProfile.cardOwnedReference(Class<? extends IMetaclassReference> filteredClass)
Returns the number elements in the OwnedReference association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitMetaclassReference(IMetaclassReference theMetaclassReference) |
Object |
DefaultMetamodelVisitor.visitMetaclassReference(IMetaclassReference theMetaclassReference) |
Object |
AbstractMetamodelVisitor.visitMetaclassReference(IMetaclassReference theMetaclassReference) |