Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnMessageEventDefinition |
IUmlModel.createBpmnMessageEventDefinition()
Create a BpmnMessageEventDefinition.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnMessageEventDefinition> |
IBpmnOperation.getEventDefinition(Class<T> filteredClass)
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
<T extends IBpmnMessageEventDefinition> |
IBpmnMessage.getEventDefinition(Class<T> filteredClass)
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnMessageEventDefinition> |
IBpmnOperation.getEventDefinition()
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
ObList<IBpmnMessageEventDefinition> |
IBpmnMessage.getEventDefinition()
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnOperation.addEventDefinition(IBpmnMessageEventDefinition element)
Add a ObBpmnMessageEventDefinition to the 'EventDefinition' association.
|
void |
IBpmnMessage.addEventDefinition(IBpmnMessageEventDefinition element)
Add a ObBpmnMessageEventDefinition to the 'EventDefinition' association.
|
void |
IBpmnOperation.removeEventDefinition(IBpmnMessageEventDefinition element)
Remove an ObBpmnMessageEventDefinition from the 'EventDefinition' association.
|
void |
IBpmnMessage.removeEventDefinition(IBpmnMessageEventDefinition element)
Remove an ObBpmnMessageEventDefinition from the 'EventDefinition' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnOperation.cardEventDefinition(Class<? extends IBpmnMessageEventDefinition> filteredClass)
Returns the number elements in the EventDefinition association filtered with the given metaclass.
|
int |
IBpmnMessage.cardEventDefinition(Class<? extends IBpmnMessageEventDefinition> filteredClass)
Returns the number elements in the EventDefinition association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnMessageEventDefinition(IBpmnMessageEventDefinition theBpmnMessageEventDefinition) |
Object |
DefaultMetamodelVisitor.visitBpmnMessageEventDefinition(IBpmnMessageEventDefinition theBpmnMessageEventDefinition) |
Object |
AbstractMetamodelVisitor.visitBpmnMessageEventDefinition(IBpmnMessageEventDefinition theBpmnMessageEventDefinition) |