Package | Description |
---|---|
org.modelio.metamodel.bpmn.events | |
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 |
BpmnCatchEvent
BpmnCatchEvent v0.0.9054
Events catching some sort of signal or condition (message, condition, timer, etc.).
|
interface |
BpmnEndEvent
BpmnEndEvent v0.0.9054
the End Event indicates where a Process will end.
|
interface |
BpmnImplicitThrowEvent
BpmnImplicitThrowEvent v0.0.9054
This is a non-graphical Event that this used for Multi-Instance Activities
|
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 |
BpmnIntermediateThrowEvent
BpmnIntermediateThrowEvent 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.
|
interface |
BpmnThrowEvent
BpmnThrowEvent v0.0.9054
Events that throw a Result.
|
Modifier and Type | Method and Description |
---|---|
BpmnEvent |
BpmnEventDefinition.getDefined()
Getter for relation 'BpmnEventDefinition->Defined'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnEventDefinition.setDefined(BpmnEvent value)
Setter for relation 'BpmnEventDefinition->Defined'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitBpmnEvent(BpmnEvent obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnEvent(BpmnEvent obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnEvent(BpmnEvent obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnEvent(BpmnEvent obj) |
java.lang.Object |
AbstractModelVisitor.visitBpmnEvent(BpmnEvent obj) |