Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnCompensateEventDefinition |
IUmlModel.createBpmnCompensateEventDefinition()
Create a BpmnCompensateEventDefinition.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnCompensateEventDefinition> |
IBpmnActivity.getCompensateEventDefinitions(Class<T> filteredClass)
Get the list of ObBpmnCompensateEventDefinition to the CompensateEventDefinitions association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnCompensateEventDefinition> |
IBpmnActivity.getCompensateEventDefinitions()
Get the list of ObBpmnCompensateEventDefinition to the CompensateEventDefinitions association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnActivity.addCompensateEventDefinitions(IBpmnCompensateEventDefinition element)
Add a ObBpmnCompensateEventDefinition to the 'CompensateEventDefinitions' association.
|
void |
IBpmnActivity.removeCompensateEventDefinitions(IBpmnCompensateEventDefinition element)
Remove an ObBpmnCompensateEventDefinition from the 'CompensateEventDefinitions' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnActivity.cardCompensateEventDefinitions(Class<? extends IBpmnCompensateEventDefinition> filteredClass)
Returns the number elements in the CompensateEventDefinitions association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnCompensateEventDefinition(IBpmnCompensateEventDefinition theBpmnCompensateEventDefinition) |
Object |
DefaultMetamodelVisitor.visitBpmnCompensateEventDefinition(IBpmnCompensateEventDefinition theBpmnCompensateEventDefinition) |
Object |
AbstractMetamodelVisitor.visitBpmnCompensateEventDefinition(IBpmnCompensateEventDefinition theBpmnCompensateEventDefinition) |