Package | Description |
---|---|
org.modelio.metamodel.bpmn.events | |
org.modelio.metamodel.bpmn.objects | |
org.modelio.metamodel.visitors |
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnBoundaryEvent
BpmnBoundaryEvent v0.0.9054
Event attached to the boundary of an activity.
|
interface |
BpmnIntermediateCatchEvent
BpmnIntermediateCatchEvent v0.0.9054
the Intermediate Event indicates where something happens (an Event) somewhere between the start and end of a Process.
|
interface |
BpmnStartEvent
BpmnStartEvent v0.0.9054
the Start Event indicates where a particular Process will start.
|
Modifier and Type | Method and Description |
---|---|
BpmnCatchEvent |
BpmnDataOutput.getCatched()
Getter for relation 'BpmnDataOutput->Catched'
Metamodel description:
null
|
BpmnCatchEvent |
BpmnDataAssociation.getEndingEvent()
Getter for relation 'BpmnDataAssociation->EndingEvent'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnDataOutput.setCatched(BpmnCatchEvent value)
Setter for relation 'BpmnDataOutput->Catched'
Metamodel description:
null
|
void |
BpmnDataAssociation.setEndingEvent(BpmnCatchEvent value)
Setter for relation 'BpmnDataAssociation->EndingEvent'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitBpmnCatchEvent(BpmnCatchEvent obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnCatchEvent(BpmnCatchEvent obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnCatchEvent(BpmnCatchEvent obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnCatchEvent(BpmnCatchEvent obj) |
java.lang.Object |
AbstractModelVisitor.visitBpmnCatchEvent(BpmnCatchEvent obj) |