Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnFlowNode |
IUmlModel.createBpmnFlowNode()
Create a BpmnFlowNode.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnActivity |
interface |
IBpmnAdHocSubProcess |
interface |
IBpmnBoundaryEvent |
interface |
IBpmnBusinessRuleTask |
interface |
IBpmnCallActivity |
interface |
IBpmnCatchEvent |
interface |
IBpmnComplexGateway |
interface |
IBpmnEndEvent |
interface |
IBpmnEvent |
interface |
IBpmnEventBasedGateway |
interface |
IBpmnExclusiveGateway |
interface |
IBpmnGateway |
interface |
IBpmnImplicitThrowEvent |
interface |
IBpmnInclusiveGateway |
interface |
IBpmnIntermediateCatchEvent |
interface |
IBpmnIntermediateThrowEvent |
interface |
IBpmnManualTask |
interface |
IBpmnParallelGateway |
interface |
IBpmnReceiveTask |
interface |
IBpmnScriptTask |
interface |
IBpmnSendTask |
interface |
IBpmnServiceTask |
interface |
IBpmnStartEvent |
interface |
IBpmnSubProcess |
interface |
IBpmnTask |
interface |
IBpmnThrowEvent |
interface |
IBpmnTransaction |
interface |
IBpmnUserTask |
Modifier and Type | Method and Description |
---|---|
IBpmnFlowNode |
IBpmnResourceRole.getAnnotated()
Get the Annotated association.
|
IBpmnFlowNode |
IBpmnSequenceFlow.getSourceRef()
Get the SourceRef association.
|
IBpmnFlowNode |
IBpmnSequenceFlow.getTargetRef()
Get the TargetRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnResourceRole.setAnnotated(IBpmnFlowNode element)
Setter for the 'Annotated' [0..1] association.
|
void |
IBpmnSequenceFlow.setSourceRef(IBpmnFlowNode element)
Setter for the 'SourceRef' [1..1] association.
|
void |
IBpmnSequenceFlow.setTargetRef(IBpmnFlowNode element)
Setter for the 'TargetRef' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnFlowNode(IBpmnFlowNode theBpmnFlowNode) |
Object |
DefaultMetamodelVisitor.visitBpmnFlowNode(IBpmnFlowNode theBpmnFlowNode) |
Object |
AbstractMetamodelVisitor.visitBpmnFlowNode(IBpmnFlowNode theBpmnFlowNode) |