Package | Description |
---|---|
org.modelio.metamodel.bpmn.activities | |
org.modelio.metamodel.bpmn.events | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
BpmnEventDefinition |
BpmnMultiInstanceLoopCharacteristics.getCompletionEventRef()
Getter for relation 'BpmnMultiInstanceLoopCharacteristics->CompletionEventRef'
Metamodel description:
The EventDefinition which is thrown when:
- behavior is set to one and the first internal Activity instance has completed,
- or the behavior is set to none and an internal Activity instance has completed.
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnMultiInstanceLoopCharacteristics.setCompletionEventRef(BpmnEventDefinition value)
Setter for relation 'BpmnMultiInstanceLoopCharacteristics->CompletionEventRef'
Metamodel description:
The EventDefinition which is thrown when:
- behavior is set to one and the first internal Activity instance has completed,
- or the behavior is set to none and an internal Activity instance has completed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnCancelEventDefinition
BpmnCancelEventDefinition v0.0.9054
|
interface |
BpmnCompensateEventDefinition
BpmnCompensateEventDefinition v0.0.9054
Compensation Events are used in the context of triggering or handling compensation.
|
interface |
BpmnConditionalEventDefinition
BpmnConditionalEventDefinition v0.0.9054
Event defined by a condition
|
interface |
BpmnErrorEventDefinition
BpmnErrorEventDefinition v0.0.9054
Event definition for an error.
|
interface |
BpmnEscalationEventDefinition
BpmnEscalationEventDefinition v0.0.9054
Event corresponding to an escalation.
|
interface |
BpmnLinkEventDefinition
BpmnLinkEventDefinition v0.0.9054
|
interface |
BpmnMessageEventDefinition
BpmnMessageEventDefinition v0.0.9054
Specifies the receive or sending of a message.
|
interface |
BpmnSignalEventDefinition
BpmnSignalEventDefinition v0.0.9054
Event attached to the receip or sending of a signal.
|
interface |
BpmnTerminateEventDefinition
BpmnTerminateEventDefinition v0.0.9054
|
interface |
BpmnTimerEventDefinition
BpmnTimerEventDefinition v0.0.9054
Event corresponding to a timer event, such as the end of a duration
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnEventDefinition> |
BpmnEvent.getEventDefinitions(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnEvent->EventDefinitions'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnEventDefinition> |
BpmnEvent.getEventDefinitions()
Getter for relation 'BpmnEvent->EventDefinitions'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnEventDefinition(BpmnEventDefinition obj) |
java.lang.Object |
IModelVisitor.visitBpmnEventDefinition(BpmnEventDefinition obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnEventDefinition(BpmnEventDefinition obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnEventDefinition(BpmnEventDefinition obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnEventDefinition(BpmnEventDefinition obj) |