Modifier and Type | Method and Description |
---|---|
BpmnOperation |
IUmlModel.createBpmnOperation()
Create a BpmnOperation.
|
Modifier and Type | Method and Description |
---|---|
BpmnOperation |
BpmnSendTask.getOperationRef()
Getter for relation 'BpmnSendTask->OperationRef'
Metamodel description:
null
|
BpmnOperation |
BpmnReceiveTask.getOperationRef()
Getter for relation 'BpmnReceiveTask->OperationRef'
Metamodel description:
null
|
BpmnOperation |
BpmnServiceTask.getOperationRef()
Getter for relation 'BpmnServiceTask->OperationRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnSendTask.setOperationRef(BpmnOperation value)
Setter for relation 'BpmnSendTask->OperationRef'
Metamodel description:
null
|
void |
BpmnReceiveTask.setOperationRef(BpmnOperation value)
Setter for relation 'BpmnReceiveTask->OperationRef'
Metamodel description:
null
|
void |
BpmnServiceTask.setOperationRef(BpmnOperation value)
Setter for relation 'BpmnServiceTask->OperationRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnOperation> |
BpmnInterface.getOperation(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnInterface->Operation'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnOperation> |
BpmnInterface.getOperation()
Getter for relation 'BpmnInterface->Operation'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnOperation> |
BpmnMessageEventDefinition.getOperationRef(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnMessageEventDefinition->OperationRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnOperation> |
BpmnMessageEventDefinition.getOperationRef()
Getter for relation 'BpmnMessageEventDefinition->OperationRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnOperation> |
BpmnMessage.getInputMessage(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnMessage->InputMessage'
Metamodel description:
null
|
<T extends BpmnOperation> |
BpmnMessage.getOutputMessage(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnMessage->OutputMessage'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnOperation> |
BpmnMessage.getInputMessage()
Getter for relation 'BpmnMessage->InputMessage'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnOperation> |
BpmnMessage.getOutputMessage()
Getter for relation 'BpmnMessage->OutputMessage'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnOperation |
IStandardModelFactory.createBpmnOperation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnOperation(BpmnOperation obj) |
java.lang.Object |
IModelVisitor.visitBpmnOperation(BpmnOperation obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnOperation(BpmnOperation obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnOperation(BpmnOperation obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnOperation(BpmnOperation obj) |