Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnProcess |
IUmlModel.createBpmnProcess()
Create a BpmnProcess.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnProcess> |
IBpmnProcess.getSupported(Class<T> filteredClass)
Get the list of ObBpmnProcess to the Supported association.
|
<T extends IBpmnProcess> |
IBpmnProcess.getSupports(Class<T> filteredClass)
Get the list of ObBpmnProcess to the Supports association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnProcess |
IBpmnCallActivity.getCalledProcess()
Get the CalledProcess association.
|
IBpmnProcess |
IBpmnFlowElement.getContainer()
Get the Container association.
|
IBpmnProcess |
IBpmnResourceRole.getProcess()
Get the Process association.
|
IBpmnProcess |
IBpmnParticipant.getProcess()
Get the Process association.
|
IBpmnProcess |
IBpmnLaneSet.getProcess()
Get the Process association.
|
IBpmnProcess |
IBpmnArtifact.getProcess()
Get the Process association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnProcess> |
IBpmnProcess.getSupported()
Get the list of ObBpmnProcess to the Supported association.
|
ObList<IBpmnProcess> |
IBpmnProcess.getSupports()
Get the list of ObBpmnProcess to the Supports association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnProcess.addSupported(IBpmnProcess element)
Add a ObBpmnProcess to the 'Supported' association.
|
void |
IBpmnProcess.addSupports(IBpmnProcess element)
Add a ObBpmnProcess to the 'Supports' association.
|
void |
IBpmnProcess.removeSupported(IBpmnProcess element)
Remove an ObBpmnProcess from the 'Supported' association.
|
void |
IBpmnProcess.removeSupports(IBpmnProcess element)
Remove an ObBpmnProcess from the 'Supports' association.
|
void |
IBpmnCallActivity.setCalledProcess(IBpmnProcess element)
Setter for the 'CalledProcess' [0..1] association.
|
void |
IBpmnFlowElement.setContainer(IBpmnProcess element)
Setter for the 'Container' [0..1] association.
|
void |
IBpmnResourceRole.setProcess(IBpmnProcess element)
Setter for the 'Process' [0..1] association.
|
void |
IBpmnParticipant.setProcess(IBpmnProcess element)
Setter for the 'Process' [0..1] association.
|
void |
IBpmnLaneSet.setProcess(IBpmnProcess element)
Setter for the 'Process' [0..1] association.
|
void |
IBpmnArtifact.setProcess(IBpmnProcess element)
Setter for the 'Process' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnProcess.cardSupported(Class<? extends IBpmnProcess> filteredClass)
Returns the number elements in the Supported association filtered with the given metaclass.
|
int |
IBpmnProcess.cardSupports(Class<? extends IBpmnProcess> filteredClass)
Returns the number elements in the Supports association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnProcess(IBpmnProcess theBpmnProcess) |
Object |
DefaultMetamodelVisitor.visitBpmnProcess(IBpmnProcess theBpmnProcess) |
Object |
AbstractMetamodelVisitor.visitBpmnProcess(IBpmnProcess theBpmnProcess) |