Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnFlowElement |
IUmlModel.createBpmnFlowElement()
Create a BpmnFlowElement.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnFlowElement> |
IBpmnGroup.getCategorized(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the Categorized association.
|
<T extends IBpmnFlowElement> |
IBpmnSubProcess.getFlowElement(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the FlowElement association.
|
<T extends IBpmnFlowElement> |
IBpmnProcess.getFlowElement(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the FlowElement association.
|
<T extends IBpmnFlowElement> |
IBpmnLane.getFlowElementRef(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the FlowElementRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnFlowElement> |
IBpmnGroup.getCategorized()
Get the list of ObBpmnFlowElement to the Categorized association.
|
ObList<IBpmnFlowElement> |
IBpmnSubProcess.getFlowElement()
Get the list of ObBpmnFlowElement to the FlowElement association.
|
ObList<IBpmnFlowElement> |
IBpmnProcess.getFlowElement()
Get the list of ObBpmnFlowElement to the FlowElement association.
|
ObList<IBpmnFlowElement> |
IBpmnLane.getFlowElementRef()
Get the list of ObBpmnFlowElement to the FlowElementRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnGroup.addCategorized(IBpmnFlowElement element)
Add a ObBpmnFlowElement to the 'Categorized' association.
|
void |
IBpmnSubProcess.addFlowElement(IBpmnFlowElement element)
Add a ObBpmnFlowElement to the 'FlowElement' association.
|
void |
IBpmnProcess.addFlowElement(IBpmnFlowElement element)
Add a ObBpmnFlowElement to the 'FlowElement' association.
|
void |
IBpmnLane.addFlowElementRef(IBpmnFlowElement element)
Add a ObBpmnFlowElement to the 'FlowElementRef' association.
|
void |
IBpmnGroup.removeCategorized(IBpmnFlowElement element)
Remove an ObBpmnFlowElement from the 'Categorized' association.
|
void |
IBpmnSubProcess.removeFlowElement(IBpmnFlowElement element)
Remove an ObBpmnFlowElement from the 'FlowElement' association.
|
void |
IBpmnProcess.removeFlowElement(IBpmnFlowElement element)
Remove an ObBpmnFlowElement from the 'FlowElement' association.
|
void |
IBpmnLane.removeFlowElementRef(IBpmnFlowElement element)
Remove an ObBpmnFlowElement from the 'FlowElementRef' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnGroup.cardCategorized(Class<? extends IBpmnFlowElement> filteredClass)
Returns the number elements in the Categorized association filtered with the given metaclass.
|
int |
IBpmnSubProcess.cardFlowElement(Class<? extends IBpmnFlowElement> filteredClass)
Returns the number elements in the FlowElement association filtered with the given metaclass.
|
int |
IBpmnProcess.cardFlowElement(Class<? extends IBpmnFlowElement> filteredClass)
Returns the number elements in the FlowElement association filtered with the given metaclass.
|
int |
IBpmnLane.cardFlowElementRef(Class<? extends IBpmnFlowElement> filteredClass)
Returns the number elements in the FlowElementRef association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnFlowElement(IBpmnFlowElement theBpmnFlowElement) |
Object |
DefaultMetamodelVisitor.visitBpmnFlowElement(IBpmnFlowElement theBpmnFlowElement) |
Object |
AbstractMetamodelVisitor.visitBpmnFlowElement(IBpmnFlowElement theBpmnFlowElement) |