Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnOperation |
IUmlModel.createBpmnOperation()
Create a BpmnOperation.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnOperation> |
IBpmnMessage.getInputMessage(Class<T> filteredClass)
Get the list of ObBpmnOperation to the InputMessage association.
|
<T extends IBpmnOperation> |
IBpmnInterface.getOperation(Class<T> filteredClass)
Get the list of ObBpmnOperation to the Operation association.
|
<T extends IBpmnOperation> |
IBpmnMessage.getOutputMessage(Class<T> filteredClass)
Get the list of ObBpmnOperation to the OutputMessage association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnOperation |
IBpmnServiceTask.getOperationRef()
Get the OperationRef association.
|
IBpmnOperation |
IBpmnSendTask.getOperationRef()
Get the OperationRef association.
|
IBpmnOperation |
IBpmnReceiveTask.getOperationRef()
Get the OperationRef association.
|
IBpmnOperation |
IBpmnMessageEventDefinition.getOperationRef()
Get the OperationRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnOperation> |
IBpmnMessage.getInputMessage()
Get the list of ObBpmnOperation to the InputMessage association.
|
ObList<IBpmnOperation> |
IBpmnInterface.getOperation()
Get the list of ObBpmnOperation to the Operation association.
|
ObList<IBpmnOperation> |
IBpmnMessage.getOutputMessage()
Get the list of ObBpmnOperation to the OutputMessage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnMessage.addInputMessage(IBpmnOperation element)
Add a ObBpmnOperation to the 'InputMessage' association.
|
void |
IBpmnInterface.addOperation(IBpmnOperation element)
Add a ObBpmnOperation to the 'Operation' association.
|
void |
IBpmnMessage.addOutputMessage(IBpmnOperation element)
Add a ObBpmnOperation to the 'OutputMessage' association.
|
void |
IBpmnMessage.removeInputMessage(IBpmnOperation element)
Remove an ObBpmnOperation from the 'InputMessage' association.
|
void |
IBpmnInterface.removeOperation(IBpmnOperation element)
Remove an ObBpmnOperation from the 'Operation' association.
|
void |
IBpmnMessage.removeOutputMessage(IBpmnOperation element)
Remove an ObBpmnOperation from the 'OutputMessage' association.
|
void |
IBpmnServiceTask.setOperationRef(IBpmnOperation element)
Setter for the 'OperationRef' [0..1] association.
|
void |
IBpmnSendTask.setOperationRef(IBpmnOperation element)
Setter for the 'OperationRef' [0..1] association.
|
void |
IBpmnReceiveTask.setOperationRef(IBpmnOperation element)
Setter for the 'OperationRef' [0..1] association.
|
void |
IBpmnMessageEventDefinition.setOperationRef(IBpmnOperation element)
Setter for the 'OperationRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnMessage.cardInputMessage(Class<? extends IBpmnOperation> filteredClass)
Returns the number elements in the InputMessage association filtered with the given metaclass.
|
int |
IBpmnInterface.cardOperation(Class<? extends IBpmnOperation> filteredClass)
Returns the number elements in the Operation association filtered with the given metaclass.
|
int |
IBpmnMessage.cardOutputMessage(Class<? extends IBpmnOperation> filteredClass)
Returns the number elements in the OutputMessage association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnOperation> |
IOperation.getBpmnOperationRef(Class<T> filteredClass)
Get the list of ObBpmnOperation to the BpmnOperationRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnOperation> |
IOperation.getBpmnOperationRef()
Get the list of ObBpmnOperation to the BpmnOperationRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addBpmnOperationRef(IBpmnOperation element)
Add a ObBpmnOperation to the 'BpmnOperationRef' association.
|
void |
IOperation.removeBpmnOperationRef(IBpmnOperation element)
Remove an ObBpmnOperation from the 'BpmnOperationRef' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardBpmnOperationRef(Class<? extends IBpmnOperation> filteredClass)
Returns the number elements in the BpmnOperationRef association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnOperation(IBpmnOperation theBpmnOperation) |
Object |
DefaultMetamodelVisitor.visitBpmnOperation(IBpmnOperation theBpmnOperation) |
Object |
AbstractMetamodelVisitor.visitBpmnOperation(IBpmnOperation theBpmnOperation) |