Package | Description |
---|---|
org.modelio.metamodel.bpmn.objects | |
org.modelio.metamodel.visitors |
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnDataInput
BpmnDataInput v0.0.9054
Activities and Processes often required data in order to execute.
|
interface |
BpmnDataObject
BpmnDataObject v0.0.9054
The primary construct for modeling data within the Process flow is the DataObject element.
|
interface |
BpmnDataOutput
BpmnDataOutput v0.0.9054
Activities and Processes often required data in order to execute.
|
interface |
BpmnDataStore
BpmnDataStore v0.0.9054
A DataStore provides a mechanism for Activities to retrieve or update stored information that will persist beyond the scope of the Process.
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnItemAwareElement> |
BpmnDataAssociation.getSourceRef(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnDataAssociation->SourceRef'
Metamodel description:
null
|
<T extends BpmnItemAwareElement> |
BpmnItemDefinition.getTypedItem(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnItemDefinition->TypedItem'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnItemAwareElement |
BpmnDataState.getItem()
Getter for relation 'BpmnDataState->Item'
Metamodel description:
null
|
BpmnItemAwareElement |
BpmnDataAssociation.getTargetRef()
Getter for relation 'BpmnDataAssociation->TargetRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnItemAwareElement> |
BpmnDataAssociation.getSourceRef()
Getter for relation 'BpmnDataAssociation->SourceRef'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnItemAwareElement> |
BpmnItemDefinition.getTypedItem()
Getter for relation 'BpmnItemDefinition->TypedItem'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnDataState.setItem(BpmnItemAwareElement value)
Setter for relation 'BpmnDataState->Item'
Metamodel description:
null
|
void |
BpmnDataAssociation.setTargetRef(BpmnItemAwareElement value)
Setter for relation 'BpmnDataAssociation->TargetRef'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnItemAwareElement(BpmnItemAwareElement obj) |
java.lang.Object |
IModelVisitor.visitBpmnItemAwareElement(BpmnItemAwareElement obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnItemAwareElement(BpmnItemAwareElement obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnItemAwareElement(BpmnItemAwareElement obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnItemAwareElement(BpmnItemAwareElement obj) |