| Modifier and Type | Method and Description |
|---|---|
CommunicationChannel |
IUmlModel.createCommunicationChannel()
Create a CommunicationChannel.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationChannel |
IStandardModelFactory.createCommunicationChannel() |
| Modifier and Type | Method and Description |
|---|---|
<T extends CommunicationChannel> |
CommunicationNode.getEnded(java.lang.Class<T> filterClass)
Filtered Getter for relation 'CommunicationNode->Ended'
Metamodel description:
References communication channels ending on the node.
|
<T extends CommunicationChannel> |
CommunicationNode.getStarted(java.lang.Class<T> filterClass)
Filtered Getter for relation 'CommunicationNode->Started'
Metamodel description:
References communication channels starting from the node.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationChannel |
CommunicationMessage.getChannel()
Getter for relation 'CommunicationMessage->Channel'
Metamodel description:
null
|
CommunicationChannel |
CommunicationMessage.getInvertedChannel()
Getter for relation 'CommunicationMessage->InvertedChannel'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationMessage.setChannel(CommunicationChannel value)
Setter for relation 'CommunicationMessage->Channel'
Metamodel description:
null
|
void |
CommunicationMessage.setInvertedChannel(CommunicationChannel value)
Setter for relation 'CommunicationMessage->InvertedChannel'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CommunicationChannel> |
NaryLink.getSent(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NaryLink->Sent'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationChannel |
Link.getSent()
Getter for relation 'Link->Sent'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setSent(CommunicationChannel value)
Setter for relation 'Link->Sent'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AbstractModelVisitor.visitCommunicationChannel(CommunicationChannel obj) |
java.lang.Object |
IModelVisitor.visitCommunicationChannel(CommunicationChannel obj) |
java.lang.Object |
DefaultModelVisitor.visitCommunicationChannel(CommunicationChannel obj) |
default java.lang.Object |
IAbstractModelVisitor.visitCommunicationChannel(CommunicationChannel obj) |
default java.lang.Object |
IDefaultModelVisitor.visitCommunicationChannel(CommunicationChannel obj) |