Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnRootElement |
IUmlModel.createBpmnRootElement()
Create a BpmnRootElement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnCollaboration |
interface |
IBpmnEndPoint |
interface |
IBpmnInterface |
interface |
IBpmnItemDefinition |
interface |
IBpmnMessage |
interface |
IBpmnProcess |
interface |
IBpmnResource |
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnRootElement> |
IBpmnBehavior.getRootElement(Class<T> filteredClass)
Get the list of ObBpmnRootElement to the RootElement association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnRootElement> |
IBpmnBehavior.getRootElement()
Get the list of ObBpmnRootElement to the RootElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnBehavior.addRootElement(IBpmnRootElement element)
Add a ObBpmnRootElement to the 'RootElement' association.
|
void |
IBpmnBehavior.removeRootElement(IBpmnRootElement element)
Remove an ObBpmnRootElement from the 'RootElement' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnBehavior.cardRootElement(Class<? extends IBpmnRootElement> filteredClass)
Returns the number elements in the RootElement association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnRootElement(IBpmnRootElement theBpmnRootElement) |
Object |
DefaultMetamodelVisitor.visitBpmnRootElement(IBpmnRootElement theBpmnRootElement) |
Object |
AbstractMetamodelVisitor.visitBpmnRootElement(IBpmnRootElement theBpmnRootElement) |