Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnGroup |
IUmlModel.createBpmnGroup()
Create a BpmnGroup.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnGroup> |
IBpmnFlowElement.getGroups(Class<T> filteredClass)
Get the list of ObBpmnGroup to the Groups association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnGroup> |
IBpmnFlowElement.getGroups()
Get the list of ObBpmnGroup to the Groups association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnFlowElement.addGroups(IBpmnGroup element)
Add a ObBpmnGroup to the 'Groups' association.
|
void |
IBpmnFlowElement.removeGroups(IBpmnGroup element)
Remove an ObBpmnGroup from the 'Groups' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnFlowElement.cardGroups(Class<? extends IBpmnGroup> filteredClass)
Returns the number elements in the Groups association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnGroup(IBpmnGroup theBpmnGroup) |
Object |
DefaultMetamodelVisitor.visitBpmnGroup(IBpmnGroup theBpmnGroup) |
Object |
AbstractMetamodelVisitor.visitBpmnGroup(IBpmnGroup theBpmnGroup) |