Modifier and Type | Method and Description |
---|---|
IAssociationEnd |
IUmlModel.createAssociationEnd()
Create an AssociationEnd.
|
Modifier and Type | Method and Description |
---|---|
static ObList<IAssociationEnd> |
ObUtils.getOppositeEnds(IAssociationEnd assocEnd)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IAssociation |
IUmlModel.createAssociation(IAssociationEnd source,
IAssociationEnd destination)
Create a binary association.
|
static ObList<IAssociationEnd> |
ObUtils.getOppositeEnds(IAssociationEnd assocEnd)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IAssociationEnd |
IBpmnItemAwareElement.getRepresentedAssociationEnd()
Get the RepresentedAssociationEnd association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnItemAwareElement.setRepresentedAssociationEnd(IAssociationEnd element)
Setter for the 'RepresentedAssociationEnd' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IAssociationEnd |
IObjectNode.getRepresentedRole()
Get the RepresentedRole association.
|
Modifier and Type | Method and Description |
---|---|
void |
IObjectNode.setRepresentedRole(IAssociationEnd element)
Setter for the 'RepresentedRole' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IAssociationEnd> |
IAssociation.getConnection(Class<T> filteredClass)
Get the list of ObAssociationEnd to the Connection association.
|
Modifier and Type | Method and Description |
---|---|
IAssociationEnd |
ILinkEnd.getModel()
Get the Model association.
|
IAssociationEnd |
IAttribute.getQualified()
Get the Qualified association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAssociationEnd> |
IAssociation.getConnection()
Get the list of ObAssociationEnd to the Connection association.
|
ObList<IAssociationEnd> |
IAssociationEnd.getOppositeEnds() |
Modifier and Type | Method and Description |
---|---|
void |
IAssociation.addConnection(IAssociationEnd element)
Add a ObAssociationEnd to the 'Connection' association.
|
void |
IAssociation.removeConnection(IAssociationEnd element)
Remove an ObAssociationEnd from the 'Connection' association.
|
void |
ILinkEnd.setModel(IAssociationEnd element)
Setter for the 'Model' [0..1] association.
|
void |
IAttribute.setQualified(IAssociationEnd element)
Setter for the 'Qualified' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IAssociation.cardConnection(Class<? extends IAssociationEnd> filteredClass)
Returns the number elements in the Connection association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitAssociationEnd(IAssociationEnd theAssociationEnd) |
Object |
DefaultMetamodelVisitor.visitAssociationEnd(IAssociationEnd theAssociationEnd) |
Object |
AbstractMetamodelVisitor.visitAssociationEnd(IAssociationEnd theAssociationEnd) |