Modifier and Type | Method and Description |
---|---|
BpmnMessageFlow |
IUmlModel.createBpmnMessageFlow()
Create a BpmnMessageFlow.
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnMessageFlow> |
BpmnMessage.getMessageFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnMessage->MessageFlow'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnMessageFlow> |
BpmnMessage.getMessageFlow()
Getter for relation 'BpmnMessage->MessageFlow'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnMessageFlow> |
BpmnCollaboration.getMessageFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->MessageFlow'
Metamodel description:
This provides the list of Message Flow that are used in the
Collaboration.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnMessageFlow> |
BpmnCollaboration.getMessageFlow()
Getter for relation 'BpmnCollaboration->MessageFlow'
Metamodel description:
This provides the list of Message Flow that are used in the
Collaboration.
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnMessageFlow> |
BpmnBaseElement.getIncomingFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnBaseElement->IncomingFlow'
Metamodel description:
null
|
<T extends BpmnMessageFlow> |
BpmnBaseElement.getOutgoingFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnBaseElement->OutgoingFlow'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnMessageFlow> |
BpmnBaseElement.getIncomingFlow()
Getter for relation 'BpmnBaseElement->IncomingFlow'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnMessageFlow> |
BpmnBaseElement.getOutgoingFlow()
Getter for relation 'BpmnBaseElement->OutgoingFlow'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnMessageFlow |
IStandardModelFactory.createBpmnMessageFlow() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnMessageFlow(BpmnMessageFlow obj) |
java.lang.Object |
IModelVisitor.visitBpmnMessageFlow(BpmnMessageFlow obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnMessageFlow(BpmnMessageFlow obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnMessageFlow(BpmnMessageFlow obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnMessageFlow(BpmnMessageFlow obj) |