Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.behavior.communication | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationNode> |
ICommunicationInteraction.getOwned(Class<T> filteredClass)
Get the list of ObCommunicationNode to the Owned association.
|
Modifier and Type | Method and Description |
---|---|
ICommunicationNode |
ICommunicationChannel.getEnd()
Get the End association.
|
ICommunicationNode |
ICommunicationChannel.getStart()
Get the Start association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationNode> |
ICommunicationInteraction.getOwned()
Get the list of ObCommunicationNode to the Owned association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationInteraction.addOwned(ICommunicationNode element)
Add a ObCommunicationNode to the 'Owned' association.
|
void |
ICommunicationInteraction.removeOwned(ICommunicationNode element)
Remove an ObCommunicationNode from the 'Owned' association.
|
void |
ICommunicationChannel.setEnd(ICommunicationNode element)
Setter for the 'End' [0..1] association.
|
void |
ICommunicationChannel.setStart(ICommunicationNode element)
Setter for the 'Start' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
ICommunicationInteraction.cardOwned(Class<? extends ICommunicationNode> filteredClass)
Returns the number elements in the Owned association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationNode> |
IInstance.getRepresentedCommunicationNode(Class<T> filteredClass)
Get the list of ObCommunicationNode to the RepresentedCommunicationNode association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationNode> |
IInstance.getRepresentedCommunicationNode()
Get the list of ObCommunicationNode to the RepresentedCommunicationNode association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInstance.addRepresentedCommunicationNode(ICommunicationNode element)
Add a ObCommunicationNode to the 'RepresentedCommunicationNode' association.
|
void |
IInstance.removeRepresentedCommunicationNode(ICommunicationNode element)
Remove an ObCommunicationNode from the 'RepresentedCommunicationNode' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInstance.cardRepresentedCommunicationNode(Class<? extends ICommunicationNode> filteredClass)
Returns the number elements in the RepresentedCommunicationNode association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCommunicationNode(ICommunicationNode theCommunicationNode) |
Object |
DefaultMetamodelVisitor.visitCommunicationNode(ICommunicationNode theCommunicationNode) |
Object |
AbstractMetamodelVisitor.visitCommunicationNode(ICommunicationNode theCommunicationNode) |