Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.behavior.communicationModel | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
CommunicationNode |
IUmlModel.createCommunicationNode()
Create a CommunicationNode.
|
Modifier and Type | Method and Description |
---|---|
CommunicationNode |
IStandardModelFactory.createCommunicationNode() |
Modifier and Type | Method and Description |
---|---|
<T extends CommunicationNode> |
CommunicationInteraction.getOwned(java.lang.Class<T> filterClass)
Filtered Getter for relation 'CommunicationInteraction->Owned'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
CommunicationNode |
CommunicationChannel.getEnd()
Getter for relation 'CommunicationChannel->End'
Metamodel description:
Node at the end of the channel.
|
CommunicationNode |
CommunicationChannel.getStart()
Getter for relation 'CommunicationChannel->Start'
Metamodel description:
Node starting the channel.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CommunicationNode> |
CommunicationInteraction.getOwned()
Getter for relation 'CommunicationInteraction->Owned'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationChannel.setEnd(CommunicationNode value)
Setter for relation 'CommunicationChannel->End'
Metamodel description:
Node at the end of the channel.
|
void |
CommunicationChannel.setStart(CommunicationNode value)
Setter for relation 'CommunicationChannel->Start'
Metamodel description:
Node starting the channel.
|
Modifier and Type | Method and Description |
---|---|
<T extends CommunicationNode> |
Instance.getRepresentedCommunicationNode(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Instance->RepresentedCommunicationNode'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CommunicationNode> |
Instance.getRepresentedCommunicationNode()
Getter for relation 'Instance->RepresentedCommunicationNode'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitCommunicationNode(CommunicationNode obj) |
java.lang.Object |
IModelVisitor.visitCommunicationNode(CommunicationNode obj) |
java.lang.Object |
DefaultModelVisitor.visitCommunicationNode(CommunicationNode obj) |
default java.lang.Object |
IAbstractModelVisitor.visitCommunicationNode(CommunicationNode obj) |
default java.lang.Object |
IDefaultModelVisitor.visitCommunicationNode(CommunicationNode obj) |