| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model | |
| com.modeliosoft.modelio.api.model.bpmn | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Method and Description |
|---|---|
IBpmnLinkEventDefinition |
IUmlModel.createBpmnLinkEventDefinition()
Create a BpmnLinkEventDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IBpmnLinkEventDefinition> |
IBpmnLinkEventDefinition.getSource(Class<T> filteredClass)
Get the list of ObBpmnLinkEventDefinition to the Source association.
|
| Modifier and Type | Method and Description |
|---|---|
IBpmnLinkEventDefinition |
IBpmnLinkEventDefinition.getTarget()
Get the Target association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IBpmnLinkEventDefinition> |
IBpmnLinkEventDefinition.getSource()
Get the list of ObBpmnLinkEventDefinition to the Source association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBpmnLinkEventDefinition.addSource(IBpmnLinkEventDefinition element)
Add a ObBpmnLinkEventDefinition to the 'Source' association.
|
void |
IBpmnLinkEventDefinition.removeSource(IBpmnLinkEventDefinition element)
Remove an ObBpmnLinkEventDefinition from the 'Source' association.
|
void |
IBpmnLinkEventDefinition.setTarget(IBpmnLinkEventDefinition element)
Setter for the 'Target' [1..1] association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IBpmnLinkEventDefinition.cardSource(Class<? extends IBpmnLinkEventDefinition> filteredClass)
Returns the number elements in the Source association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitBpmnLinkEventDefinition(IBpmnLinkEventDefinition theBpmnLinkEventDefinition) |
Object |
DefaultMetamodelVisitor.visitBpmnLinkEventDefinition(IBpmnLinkEventDefinition theBpmnLinkEventDefinition) |
Object |
AbstractMetamodelVisitor.visitBpmnLinkEventDefinition(IBpmnLinkEventDefinition theBpmnLinkEventDefinition) |