Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnLaneSet |
IUmlModel.createBpmnLaneSet()
Create a BpmnLaneSet.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnLaneSet> |
IBpmnSubProcess.getLaneSet(Class<T> filteredClass)
Get the list of ObBpmnLaneSet to the LaneSet association.
|
<T extends IBpmnLaneSet> |
IBpmnProcess.getLaneSet(Class<T> filteredClass)
Get the list of ObBpmnLaneSet to the LaneSet association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnLaneSet |
IBpmnLane.getChildLaneSet()
Get the ChildLaneSet association.
|
IBpmnLaneSet |
IBpmnLane.getLaneSet()
Get the LaneSet association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnLaneSet> |
IBpmnSubProcess.getLaneSet()
Get the list of ObBpmnLaneSet to the LaneSet association.
|
ObList<IBpmnLaneSet> |
IBpmnProcess.getLaneSet()
Get the list of ObBpmnLaneSet to the LaneSet association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnSubProcess.addLaneSet(IBpmnLaneSet element)
Add a ObBpmnLaneSet to the 'LaneSet' association.
|
void |
IBpmnProcess.addLaneSet(IBpmnLaneSet element)
Add a ObBpmnLaneSet to the 'LaneSet' association.
|
void |
IBpmnSubProcess.removeLaneSet(IBpmnLaneSet element)
Remove an ObBpmnLaneSet from the 'LaneSet' association.
|
void |
IBpmnProcess.removeLaneSet(IBpmnLaneSet element)
Remove an ObBpmnLaneSet from the 'LaneSet' association.
|
void |
IBpmnLane.setChildLaneSet(IBpmnLaneSet element)
Setter for the 'ChildLaneSet' [0..1] association.
|
void |
IBpmnLane.setLaneSet(IBpmnLaneSet element)
Setter for the 'LaneSet' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnSubProcess.cardLaneSet(Class<? extends IBpmnLaneSet> filteredClass)
Returns the number elements in the LaneSet association filtered with the given metaclass.
|
int |
IBpmnProcess.cardLaneSet(Class<? extends IBpmnLaneSet> filteredClass)
Returns the number elements in the LaneSet association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnLaneSet(IBpmnLaneSet theBpmnLaneSet) |
Object |
DefaultMetamodelVisitor.visitBpmnLaneSet(IBpmnLaneSet theBpmnLaneSet) |
Object |
AbstractMetamodelVisitor.visitBpmnLaneSet(IBpmnLaneSet theBpmnLaneSet) |