Package | Description |
---|---|
org.modelio.metamodel.bpmn.events | |
org.modelio.metamodel.bpmn.objects | |
org.modelio.metamodel.visitors |
Modifier and Type | Interface and Description |
---|---|
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 |
BpmnIntermediateThrowEvent
BpmnIntermediateThrowEvent v0.0.9054
the Intermediate Event indicates where something happens (an Event) somewhere between the start and end of a Process.
|
Modifier and Type | Method and Description |
---|---|
BpmnThrowEvent |
BpmnDataInput.getOwnerThrowEvent()
Getter for relation 'BpmnDataInput->OwnerThrowEvent'
Metamodel description:
null
|
BpmnThrowEvent |
BpmnDataAssociation.getStartingEvent()
Getter for relation 'BpmnDataAssociation->StartingEvent'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnDataInput.setOwnerThrowEvent(BpmnThrowEvent value)
Setter for relation 'BpmnDataInput->OwnerThrowEvent'
Metamodel description:
null
|
void |
BpmnDataAssociation.setStartingEvent(BpmnThrowEvent value)
Setter for relation 'BpmnDataAssociation->StartingEvent'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitBpmnThrowEvent(BpmnThrowEvent obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnThrowEvent(BpmnThrowEvent obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnThrowEvent(BpmnThrowEvent obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnThrowEvent(BpmnThrowEvent obj) |
java.lang.Object |
AbstractModelVisitor.visitBpmnThrowEvent(BpmnThrowEvent obj) |