Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnSequenceFlow |
IUmlModel.createBpmnSequenceFlow()
Create a BpmnSequenceFlow.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnSequenceFlow> |
IBpmnFlowNode.getIncoming(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlow to the Incoming association.
|
<T extends IBpmnSequenceFlow> |
IBpmnFlowNode.getOutgoing(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlow to the Outgoing association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnSequenceFlow |
IBpmnSequenceFlowDataAssociation.getConnected()
Get the Connected association.
|
IBpmnSequenceFlow |
IBpmnInclusiveGateway.getDefaultFlow()
Get the DefaultFlow association.
|
IBpmnSequenceFlow |
IBpmnExclusiveGateway.getDefaultFlow()
Get the DefaultFlow association.
|
IBpmnSequenceFlow |
IBpmnComplexGateway.getDefaultFlow()
Get the DefaultFlow association.
|
IBpmnSequenceFlow |
IBpmnActivity.getDefaultFlow()
Get the DefaultFlow association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnSequenceFlow> |
IBpmnFlowNode.getIncoming()
Get the list of ObBpmnSequenceFlow to the Incoming association.
|
ObList<IBpmnSequenceFlow> |
IBpmnFlowNode.getOutgoing()
Get the list of ObBpmnSequenceFlow to the Outgoing association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnFlowNode.addIncoming(IBpmnSequenceFlow element)
Add a ObBpmnSequenceFlow to the 'Incoming' association.
|
void |
IBpmnFlowNode.addOutgoing(IBpmnSequenceFlow element)
Add a ObBpmnSequenceFlow to the 'Outgoing' association.
|
void |
IBpmnFlowNode.removeIncoming(IBpmnSequenceFlow element)
Remove an ObBpmnSequenceFlow from the 'Incoming' association.
|
void |
IBpmnFlowNode.removeOutgoing(IBpmnSequenceFlow element)
Remove an ObBpmnSequenceFlow from the 'Outgoing' association.
|
void |
IBpmnSequenceFlowDataAssociation.setConnected(IBpmnSequenceFlow element)
Setter for the 'Connected' [1..1] association.
|
void |
IBpmnInclusiveGateway.setDefaultFlow(IBpmnSequenceFlow element)
Setter for the 'DefaultFlow' [0..1] association.
|
void |
IBpmnExclusiveGateway.setDefaultFlow(IBpmnSequenceFlow element)
Setter for the 'DefaultFlow' [0..1] association.
|
void |
IBpmnComplexGateway.setDefaultFlow(IBpmnSequenceFlow element)
Setter for the 'DefaultFlow' [0..1] association.
|
void |
IBpmnActivity.setDefaultFlow(IBpmnSequenceFlow element)
Setter for the 'DefaultFlow' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnFlowNode.cardIncoming(Class<? extends IBpmnSequenceFlow> filteredClass)
Returns the number elements in the Incoming association filtered with the given metaclass.
|
int |
IBpmnFlowNode.cardOutgoing(Class<? extends IBpmnSequenceFlow> filteredClass)
Returns the number elements in the Outgoing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnSequenceFlow(IBpmnSequenceFlow theBpmnSequenceFlow) |
Object |
DefaultMetamodelVisitor.visitBpmnSequenceFlow(IBpmnSequenceFlow theBpmnSequenceFlow) |
Object |
AbstractMetamodelVisitor.visitBpmnSequenceFlow(IBpmnSequenceFlow theBpmnSequenceFlow) |