Modifier and Type | Method and Description |
---|---|
ILink |
IUmlModel.createLink()
Create a Link.
|
ILink |
IUmlModel.createLink(IInstance source,
IInstance destination,
String destinationRole)
Create a Link between two instances.
|
Modifier and Type | Method and Description |
---|---|
ILink |
ICommunicationChannel.getChannel()
Get the Channel association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationChannel.setChannel(ILink element)
Setter for the 'Channel' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends ILink> |
IInformationFlow.getRealizingLink(Class<T> filteredClass)
Get the list of ObLink to the RealizingLink association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ILink> |
IInformationFlow.getRealizingLink()
Get the list of ObLink to the RealizingLink association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addRealizingLink(ILink element)
Add a ObLink to the 'RealizingLink' association.
|
void |
IInformationFlow.removeRealizingLink(ILink element)
Remove an ObLink from the 'RealizingLink' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardRealizingLink(Class<? extends ILink> filteredClass)
Returns the number elements in the RealizingLink association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConnector |
Modifier and Type | Method and Description |
---|---|
<T extends ILink> |
IAssociation.getRepresenting(Class<T> filteredClass)
Get the list of ObLink to the Representing association.
|
Modifier and Type | Method and Description |
---|---|
ILink |
ILinkEnd.getLinkNode()
Get the LinkNode association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ILink> |
IAssociation.getRepresenting()
Get the list of ObLink to the Representing association.
|
Modifier and Type | Method and Description |
---|---|
void |
IAssociation.addRepresenting(ILink element)
Add a ObLink to the 'Representing' association.
|
void |
IAssociation.removeRepresenting(ILink element)
Remove an ObLink from the 'Representing' association.
|
void |
ILinkEnd.setLinkNode(ILink element)
Setter for the 'LinkNode' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IAssociation.cardRepresenting(Class<? extends ILink> filteredClass)
Returns the number elements in the Representing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitLink(ILink theLink) |
Object |
DefaultMetamodelVisitor.visitLink(ILink theLink) |
Object |
AbstractMetamodelVisitor.visitLink(ILink theLink) |