Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnCatchEvent |
IUmlModel.createBpmnCatchEvent()
Create a BpmnCatchEvent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnBoundaryEvent |
interface |
IBpmnIntermediateCatchEvent |
interface |
IBpmnStartEvent |
Modifier and Type | Method and Description |
---|---|
IBpmnCatchEvent |
IBpmnDataOutput.getCatched()
Get the Catched association.
|
IBpmnCatchEvent |
IBpmnDataAssociation.getEndingEvent()
Get the EndingEvent association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnDataOutput.setCatched(IBpmnCatchEvent element)
Setter for the 'Catched' [0..1] association.
|
void |
IBpmnDataAssociation.setEndingEvent(IBpmnCatchEvent element)
Setter for the 'EndingEvent' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnCatchEvent(IBpmnCatchEvent theBpmnCatchEvent) |
Object |
DefaultMetamodelVisitor.visitBpmnCatchEvent(IBpmnCatchEvent theBpmnCatchEvent) |
Object |
AbstractMetamodelVisitor.visitBpmnCatchEvent(IBpmnCatchEvent theBpmnCatchEvent) |