Modifier and Type | Method and Description |
---|---|
IAssociation |
IUmlModel.createAssociation()
Create an Association.
|
IAssociation |
IUmlModel.createAssociation(IAssociationEnd source,
IAssociationEnd destination)
Create a binary association.
|
IAssociation |
IUmlModel.createAssociation(IClassifier source,
IClassifier destination,
String destinationRole)
Create a binary association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IAssociation> |
IInformationFlow.getRealizingAssociation(Class<T> filteredClass)
Get the list of ObAssociation to the RealizingAssociation association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAssociation> |
IInformationFlow.getRealizingAssociation()
Get the list of ObAssociation to the RealizingAssociation association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addRealizingAssociation(IAssociation element)
Add a ObAssociation to the 'RealizingAssociation' association.
|
void |
IInformationFlow.removeRealizingAssociation(IAssociation element)
Remove an ObAssociation from the 'RealizingAssociation' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardRealizingAssociation(Class<? extends IAssociation> filteredClass)
Returns the number elements in the RealizingAssociation association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IAssociation |
IClassAssociation.getAssociationPart()
Get the AssociationPart association.
|
IAssociation |
ILink.getBase()
Get the Base association.
|
IAssociation |
IAssociationEnd.getRelated()
Get the Related association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassAssociation.setAssociationPart(IAssociation element)
Setter for the 'AssociationPart' [1..1] association.
|
void |
ILink.setBase(IAssociation element)
Setter for the 'Base' [0..1] association.
|
void |
IAssociationEnd.setRelated(IAssociation element)
Setter for the 'Related' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitAssociation(IAssociation theAssociation) |
Object |
DefaultMetamodelVisitor.visitAssociation(IAssociation theAssociation) |
Object |
AbstractMetamodelVisitor.visitAssociation(IAssociation theAssociation) |