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 ICommunicationChannel> |
ICommunicationNode.getEnded(Class<T> filteredClass)
Get the list of ObCommunicationChannel to the Ended association.
|
<T extends ICommunicationChannel> |
ICommunicationNode.getStarted(Class<T> filteredClass)
Get the list of ObCommunicationChannel to the Started association.
|
Modifier and Type | Method and Description |
---|---|
ICommunicationChannel |
ICommunicationMessage.getChannel()
Get the Channel association.
|
ICommunicationChannel |
ICommunicationMessage.getInvertedChannel()
Get the InvertedChannel association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationChannel> |
ICommunicationNode.getEnded()
Get the list of ObCommunicationChannel to the Ended association.
|
ObList<ICommunicationChannel> |
ICommunicationNode.getStarted()
Get the list of ObCommunicationChannel to the Started association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationNode.addEnded(ICommunicationChannel element)
Add a ObCommunicationChannel to the 'Ended' association.
|
void |
ICommunicationNode.addStarted(ICommunicationChannel element)
Add a ObCommunicationChannel to the 'Started' association.
|
void |
ICommunicationNode.removeEnded(ICommunicationChannel element)
Remove an ObCommunicationChannel from the 'Ended' association.
|
void |
ICommunicationNode.removeStarted(ICommunicationChannel element)
Remove an ObCommunicationChannel from the 'Started' association.
|
void |
ICommunicationMessage.setChannel(ICommunicationChannel element)
Setter for the 'Channel' [0..1] association.
|
void |
ICommunicationMessage.setInvertedChannel(ICommunicationChannel element)
Setter for the 'InvertedChannel' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
ICommunicationNode.cardEnded(Class<? extends ICommunicationChannel> filteredClass)
Returns the number elements in the Ended association filtered with the given metaclass.
|
int |
ICommunicationNode.cardStarted(Class<? extends ICommunicationChannel> filteredClass)
Returns the number elements in the Started association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICommunicationChannel> |
ILink.getSent(Class<T> filteredClass)
Get the list of ObCommunicationChannel to the Sent association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationChannel> |
ILink.getSent()
Get the list of ObCommunicationChannel to the Sent association.
|
Modifier and Type | Method and Description |
---|---|
void |
ILink.addSent(ICommunicationChannel element)
Add a ObCommunicationChannel to the 'Sent' association.
|
void |
ILink.removeSent(ICommunicationChannel element)
Remove an ObCommunicationChannel from the 'Sent' association.
|
Modifier and Type | Method and Description |
---|---|
int |
ILink.cardSent(Class<? extends ICommunicationChannel> filteredClass)
Returns the number elements in the Sent association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCommunicationChannel(ICommunicationChannel theCommunicationChannel) |
Object |
DefaultMetamodelVisitor.visitCommunicationChannel(ICommunicationChannel theCommunicationChannel) |
Object |
AbstractMetamodelVisitor.visitCommunicationChannel(ICommunicationChannel theCommunicationChannel) |