Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.bpmn.rootElements | |
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
BpmnAssociation |
IUmlModel.createBpmnAssociation()
Create a BpmnAssociation.
|
Modifier and Type | Method and Description |
---|---|
<T extends BpmnAssociation> |
BpmnBaseElement.getIncomingAssoc(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnBaseElement->IncomingAssoc'
Metamodel description:
null
|
<T extends BpmnAssociation> |
BpmnBaseElement.getOutgoingAssoc(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BpmnBaseElement->OutgoingAssoc'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnAssociation> |
BpmnBaseElement.getIncomingAssoc()
Getter for relation 'BpmnBaseElement->IncomingAssoc'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnAssociation> |
BpmnBaseElement.getOutgoingAssoc()
Getter for relation 'BpmnBaseElement->OutgoingAssoc'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnAssociation |
IStandardModelFactory.createBpmnAssociation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnAssociation(BpmnAssociation obj) |
java.lang.Object |
IModelVisitor.visitBpmnAssociation(BpmnAssociation obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnAssociation(BpmnAssociation obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnAssociation(BpmnAssociation obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnAssociation(BpmnAssociation obj) |