Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.bpmn.rootElements | |
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
BpmnGroup |
IUmlModel.createBpmnGroup()
Create a BpmnGroup.
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnGroup> |
BpmnFlowElement.getGroups(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnFlowElement->Groups'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnGroup> |
BpmnFlowElement.getGroups()
Getter for relation 'BpmnFlowElement->Groups'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnGroup |
IStandardModelFactory.createBpmnGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnGroup(BpmnGroup obj) |
java.lang.Object |
IModelVisitor.visitBpmnGroup(BpmnGroup obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnGroup(BpmnGroup obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnGroup(BpmnGroup obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnGroup(BpmnGroup obj) |