Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnActivity |
IUmlModel.createBpmnActivity()
Create a BpmnActivity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnAdHocSubProcess |
interface |
IBpmnBusinessRuleTask |
interface |
IBpmnCallActivity |
interface |
IBpmnManualTask |
interface |
IBpmnReceiveTask |
interface |
IBpmnScriptTask |
interface |
IBpmnSendTask |
interface |
IBpmnServiceTask |
interface |
IBpmnSubProcess |
interface |
IBpmnTask |
interface |
IBpmnTransaction |
interface |
IBpmnUserTask |
Modifier and Type | Method and Description |
---|---|
IBpmnActivity |
IBpmnCompensateEventDefinition.getActivityRef()
Get the ActivityRef association.
|
IBpmnActivity |
IBpmnBoundaryEvent.getAttachedToRef()
Get the AttachedToRef association.
|
IBpmnActivity |
IBpmnSequenceFlow.getDefaultFrom()
Get the DefaultFrom association.
|
IBpmnActivity |
IBpmnDataAssociation.getEndingActivity()
Get the EndingActivity association.
|
IBpmnActivity |
IBpmnLoopCharacteristics.getOwnerActivity()
Get the OwnerActivity association.
|
IBpmnActivity |
IBpmnDataOutput.getOwnerActivity()
Get the OwnerActivity association.
|
IBpmnActivity |
IBpmnDataInput.getOwnerActivity()
Get the OwnerActivity association.
|
IBpmnActivity |
IBpmnDataAssociation.getStartingActivity()
Get the StartingActivity association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnCompensateEventDefinition.setActivityRef(IBpmnActivity element)
Setter for the 'ActivityRef' [0..1] association.
|
void |
IBpmnBoundaryEvent.setAttachedToRef(IBpmnActivity element)
Setter for the 'AttachedToRef' [1..1] association.
|
void |
IBpmnSequenceFlow.setDefaultFrom(IBpmnActivity element)
Setter for the 'DefaultFrom' [0..1] association.
|
void |
IBpmnDataAssociation.setEndingActivity(IBpmnActivity element)
Setter for the 'EndingActivity' [0..1] association.
|
void |
IBpmnLoopCharacteristics.setOwnerActivity(IBpmnActivity element)
Setter for the 'OwnerActivity' [1..1] association.
|
void |
IBpmnDataOutput.setOwnerActivity(IBpmnActivity element)
Setter for the 'OwnerActivity' [0..1] association.
|
void |
IBpmnDataInput.setOwnerActivity(IBpmnActivity element)
Setter for the 'OwnerActivity' [0..1] association.
|
void |
IBpmnDataAssociation.setStartingActivity(IBpmnActivity element)
Setter for the 'StartingActivity' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnActivity(IBpmnActivity theBpmnActivity) |
Object |
DefaultMetamodelVisitor.visitBpmnActivity(IBpmnActivity theBpmnActivity) |
Object |
AbstractMetamodelVisitor.visitBpmnActivity(IBpmnActivity theBpmnActivity) |