Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnSubProcess |
IUmlModel.createBpmnSubProcess()
Create a BpmnSubProcess.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnAdHocSubProcess |
interface |
IBpmnTransaction |
Modifier and Type | Method and Description |
---|---|
IBpmnSubProcess |
IBpmnLaneSet.getSubProcess()
Get the SubProcess association.
|
IBpmnSubProcess |
IBpmnFlowElement.getSubProcess()
Get the SubProcess association.
|
IBpmnSubProcess |
IBpmnArtifact.getSubProcess()
Get the SubProcess association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnLaneSet.setSubProcess(IBpmnSubProcess element)
Setter for the 'SubProcess' [0..1] association.
|
void |
IBpmnFlowElement.setSubProcess(IBpmnSubProcess element)
Setter for the 'SubProcess' [0..1] association.
|
void |
IBpmnArtifact.setSubProcess(IBpmnSubProcess element)
Setter for the 'SubProcess' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnSubProcess(IBpmnSubProcess theBpmnSubProcess) |
Object |
DefaultMetamodelVisitor.visitBpmnSubProcess(IBpmnSubProcess theBpmnSubProcess) |
Object |
AbstractMetamodelVisitor.visitBpmnSubProcess(IBpmnSubProcess theBpmnSubProcess) |