Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnBoundaryEvent |
IUmlModel.createBpmnBoundaryEvent()
Create a BpmnBoundaryEvent.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnBoundaryEvent> |
IBpmnActivity.getBoundaryEventRef(Class<T> filteredClass)
Get the list of ObBpmnBoundaryEvent to the BoundaryEventRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnBoundaryEvent> |
IBpmnActivity.getBoundaryEventRef()
Get the list of ObBpmnBoundaryEvent to the BoundaryEventRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnActivity.addBoundaryEventRef(IBpmnBoundaryEvent element)
Add a ObBpmnBoundaryEvent to the 'BoundaryEventRef' association.
|
void |
IBpmnActivity.removeBoundaryEventRef(IBpmnBoundaryEvent element)
Remove an ObBpmnBoundaryEvent from the 'BoundaryEventRef' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnActivity.cardBoundaryEventRef(Class<? extends IBpmnBoundaryEvent> filteredClass)
Returns the number elements in the BoundaryEventRef association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnBoundaryEvent(IBpmnBoundaryEvent theBpmnBoundaryEvent) |
Object |
DefaultMetamodelVisitor.visitBpmnBoundaryEvent(IBpmnBoundaryEvent theBpmnBoundaryEvent) |
Object |
AbstractMetamodelVisitor.visitBpmnBoundaryEvent(IBpmnBoundaryEvent theBpmnBoundaryEvent) |