Modifier and Type | Method and Description |
---|---|
BpmnMessage |
IUmlModel.createBpmnMessage()
Create a BpmnMessage.
|
Modifier and Type | Method and Description |
---|---|
BpmnMessage |
BpmnSendTask.getMessageRef()
Getter for relation 'BpmnSendTask->MessageRef'
Metamodel description:
null
|
BpmnMessage |
BpmnReceiveTask.getMessageRef()
Getter for relation 'BpmnReceiveTask->MessageRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnSendTask.setMessageRef(BpmnMessage value)
Setter for relation 'BpmnSendTask->MessageRef'
Metamodel description:
null
|
void |
BpmnReceiveTask.setMessageRef(BpmnMessage value)
Setter for relation 'BpmnReceiveTask->MessageRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnMessage |
BpmnOperation.getInMessageRef()
Getter for relation 'BpmnOperation->InMessageRef'
Metamodel description:
specifies the input Message of the Operation.
|
BpmnMessage |
BpmnOperation.getOutMessageRef()
Getter for relation 'BpmnOperation->OutMessageRef'
Metamodel description:
specifies the output Message of the Operation.
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnOperation.setInMessageRef(BpmnMessage value)
Setter for relation 'BpmnOperation->InMessageRef'
Metamodel description:
specifies the input Message of the Operation.
|
void |
BpmnOperation.setOutMessageRef(BpmnMessage value)
Setter for relation 'BpmnOperation->OutMessageRef'
Metamodel description:
specifies the output Message of the Operation.
|
Modifier and Type | Method and Description |
---|---|
BpmnMessage |
BpmnMessageEventDefinition.getMessageRef()
Getter for relation 'BpmnMessageEventDefinition->MessageRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnMessageEventDefinition.setMessageRef(BpmnMessage value)
Setter for relation 'BpmnMessageEventDefinition->MessageRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnMessage |
BpmnMessageFlow.getMessageRef()
Getter for relation 'BpmnMessageFlow->MessageRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnMessageFlow.setMessageRef(BpmnMessage value)
Setter for relation 'BpmnMessageFlow->MessageRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnMessage> |
BpmnItemDefinition.getTypedMessage(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnItemDefinition->TypedMessage'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnMessage> |
BpmnItemDefinition.getTypedMessage()
Getter for relation 'BpmnItemDefinition->TypedMessage'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnMessage> |
BpmnCollaboration.getMessages(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->Messages'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnMessage> |
BpmnCollaboration.getMessages()
Getter for relation 'BpmnCollaboration->Messages'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnMessage |
IStandardModelFactory.createBpmnMessage() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnMessage(BpmnMessage obj) |
java.lang.Object |
IModelVisitor.visitBpmnMessage(BpmnMessage obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnMessage(BpmnMessage obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnMessage(BpmnMessage obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnMessage(BpmnMessage obj) |