Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnBaseElement |
IUmlModel.createBpmnBaseElement()
Create a BpmnBaseElement.
|
Modifier and Type | Method and Description |
---|---|
IBpmnBaseElement |
IBpmnMessageFlow.getSourceRef()
Get the SourceRef association.
|
IBpmnBaseElement |
IBpmnAssociation.getSourceRef()
Get the SourceRef association.
|
IBpmnBaseElement |
IBpmnMessageFlow.getTargetRef()
Get the TargetRef association.
|
IBpmnBaseElement |
IBpmnAssociation.getTargetRef()
Get the TargetRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnMessageFlow.setSourceRef(IBpmnBaseElement element)
Setter for the 'SourceRef' [1..1] association.
|
void |
IBpmnAssociation.setSourceRef(IBpmnBaseElement element)
Setter for the 'SourceRef' [1..1] association.
|
void |
IBpmnMessageFlow.setTargetRef(IBpmnBaseElement element)
Setter for the 'TargetRef' [1..1] association.
|
void |
IBpmnAssociation.setTargetRef(IBpmnBaseElement element)
Setter for the 'TargetRef' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnBaseElement(IBpmnBaseElement theBpmnBaseElement) |
Object |
DefaultMetamodelVisitor.visitBpmnBaseElement(IBpmnBaseElement theBpmnBaseElement) |
Object |
AbstractMetamodelVisitor.visitBpmnBaseElement(IBpmnBaseElement theBpmnBaseElement) |