Package | Description |
---|---|
org.modelio.metamodel.bpmn.activities | |
org.modelio.metamodel.bpmn.processCollaboration | |
org.modelio.metamodel.bpmn.rootElements | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
<T extends BpmnArtifact> |
BpmnSubProcess.getArtifact(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnSubProcess->Artifact'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnArtifact> |
BpmnSubProcess.getArtifact()
Getter for relation 'BpmnSubProcess->Artifact'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnArtifact> |
BpmnCollaboration.getArtifact(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnCollaboration->Artifact'
Metamodel description:
null
|
<T extends BpmnArtifact> |
BpmnProcess.getArtifact(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnProcess->Artifact'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnArtifact> |
BpmnCollaboration.getArtifact()
Getter for relation 'BpmnCollaboration->Artifact'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnArtifact> |
BpmnProcess.getArtifact()
Getter for relation 'BpmnProcess->Artifact'
Metamodel description:
null
|
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnAssociation
BpmnAssociation v0.0.9054
An Association is used to associate information and Artifacts with Flow Objects.
|
interface |
BpmnGroup
BpmnGroup v0.0.9054
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnArtifact(BpmnArtifact obj) |
java.lang.Object |
IModelVisitor.visitBpmnArtifact(BpmnArtifact obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnArtifact(BpmnArtifact obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnArtifact(BpmnArtifact obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnArtifact(BpmnArtifact obj) |