Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnLane |
IUmlModel.createBpmnLane()
Create a BpmnLane.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnLane> |
IBpmnLaneSet.getLane(Class<T> filteredClass)
Get the list of ObBpmnLane to the Lane association.
|
<T extends IBpmnLane> |
IBpmnFlowElement.getLane(Class<T> filteredClass)
Get the list of ObBpmnLane to the Lane association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnLane |
IBpmnLaneSet.getParentLane()
Get the ParentLane association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnLane> |
IBpmnLaneSet.getLane()
Get the list of ObBpmnLane to the Lane association.
|
ObList<IBpmnLane> |
IBpmnFlowElement.getLane()
Get the list of ObBpmnLane to the Lane association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnLaneSet.addLane(IBpmnLane element)
Add a ObBpmnLane to the 'Lane' association.
|
void |
IBpmnFlowElement.addLane(IBpmnLane element)
Add a ObBpmnLane to the 'Lane' association.
|
void |
IBpmnLaneSet.removeLane(IBpmnLane element)
Remove an ObBpmnLane from the 'Lane' association.
|
void |
IBpmnFlowElement.removeLane(IBpmnLane element)
Remove an ObBpmnLane from the 'Lane' association.
|
void |
IBpmnLaneSet.setParentLane(IBpmnLane element)
Setter for the 'ParentLane' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnLaneSet.cardLane(Class<? extends IBpmnLane> filteredClass)
Returns the number elements in the Lane association filtered with the given metaclass.
|
int |
IBpmnFlowElement.cardLane(Class<? extends IBpmnLane> filteredClass)
Returns the number elements in the Lane association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnLane> |
IModelElement.getBpmnLaneRefs(Class<T> filteredClass)
Get the list of ObBpmnLane to the BpmnLaneRefs association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnLane> |
IModelElement.getBpmnLaneRefs()
Get the list of ObBpmnLane to the BpmnLaneRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addBpmnLaneRefs(IBpmnLane element)
Add a ObBpmnLane to the 'BpmnLaneRefs' association.
|
void |
IModelElement.removeBpmnLaneRefs(IBpmnLane element)
Remove an ObBpmnLane from the 'BpmnLaneRefs' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardBpmnLaneRefs(Class<? extends IBpmnLane> filteredClass)
Returns the number elements in the BpmnLaneRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnLane(IBpmnLane theBpmnLane) |
Object |
DefaultMetamodelVisitor.visitBpmnLane(IBpmnLane theBpmnLane) |
Object |
AbstractMetamodelVisitor.visitBpmnLane(IBpmnLane theBpmnLane) |