Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnEventDefinition |
IUmlModel.createBpmnEventDefinition()
Create a BpmnEventDefinition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnCancelEventDefinition |
interface |
IBpmnCompensateEventDefinition |
interface |
IBpmnConditionalEventDefinition |
interface |
IBpmnErrorEventDefinition |
interface |
IBpmnEscalationEventDefinition |
interface |
IBpmnLinkEventDefinition |
interface |
IBpmnMessageEventDefinition |
interface |
IBpmnSignalEventDefinition |
interface |
IBpmnTerminateEventDefinition |
interface |
IBpmnTimerEventDefinition |
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnEventDefinition> |
IBpmnEvent.getEventDefinitions(Class<T> filteredClass)
Get the list of ObBpmnEventDefinition to the EventDefinitions association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnEventDefinition |
IBpmnMultiInstanceLoopCharacteristics.getCompletionEventRef()
Get the CompletionEventRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnEventDefinition> |
IBpmnEvent.getEventDefinitions()
Get the list of ObBpmnEventDefinition to the EventDefinitions association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnEvent.addEventDefinitions(IBpmnEventDefinition element)
Add a ObBpmnEventDefinition to the 'EventDefinitions' association.
|
void |
IBpmnEvent.removeEventDefinitions(IBpmnEventDefinition element)
Remove an ObBpmnEventDefinition from the 'EventDefinitions' association.
|
void |
IBpmnMultiInstanceLoopCharacteristics.setCompletionEventRef(IBpmnEventDefinition element)
Setter for the 'CompletionEventRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnEvent.cardEventDefinitions(Class<? extends IBpmnEventDefinition> filteredClass)
Returns the number elements in the EventDefinitions association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnEventDefinition(IBpmnEventDefinition theBpmnEventDefinition) |
Object |
DefaultMetamodelVisitor.visitBpmnEventDefinition(IBpmnEventDefinition theBpmnEventDefinition) |
Object |
AbstractMetamodelVisitor.visitBpmnEventDefinition(IBpmnEventDefinition theBpmnEventDefinition) |