Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnDataAssociation |
IUmlModel.createBpmnDataAssociation()
Create a BpmnDataAssociation.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnDataAssociation> |
IBpmnSequenceFlowDataAssociation.getDataAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnThrowEvent.getDataInputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnActivity.getDataInputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnCatchEvent.getDataOutputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnActivity.getDataOutputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnItemAwareElement.getSourceOfDataAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the SourceOfDataAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnItemAwareElement.getTargetOfDataAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the TargetOfDataAssociation association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataAssociation> |
IBpmnSequenceFlowDataAssociation.getDataAssociation()
Get the list of ObBpmnDataAssociation to the DataAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnThrowEvent.getDataInputAssociation()
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnActivity.getDataInputAssociation()
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnCatchEvent.getDataOutputAssociation()
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnActivity.getDataOutputAssociation()
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnItemAwareElement.getSourceOfDataAssociation()
Get the list of ObBpmnDataAssociation to the SourceOfDataAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnItemAwareElement.getTargetOfDataAssociation()
Get the list of ObBpmnDataAssociation to the TargetOfDataAssociation association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnSequenceFlowDataAssociation.addDataAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'DataAssociation' association.
|
void |
IBpmnThrowEvent.addDataInputAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'DataInputAssociation' association.
|
void |
IBpmnActivity.addDataInputAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'DataInputAssociation' association.
|
void |
IBpmnCatchEvent.addDataOutputAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'DataOutputAssociation' association.
|
void |
IBpmnActivity.addDataOutputAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'DataOutputAssociation' association.
|
void |
IBpmnItemAwareElement.addSourceOfDataAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'SourceOfDataAssociation' association.
|
void |
IBpmnItemAwareElement.addTargetOfDataAssociation(IBpmnDataAssociation element)
Add a ObBpmnDataAssociation to the 'TargetOfDataAssociation' association.
|
void |
IBpmnSequenceFlowDataAssociation.removeDataAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'DataAssociation' association.
|
void |
IBpmnThrowEvent.removeDataInputAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'DataInputAssociation' association.
|
void |
IBpmnActivity.removeDataInputAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'DataInputAssociation' association.
|
void |
IBpmnCatchEvent.removeDataOutputAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'DataOutputAssociation' association.
|
void |
IBpmnActivity.removeDataOutputAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'DataOutputAssociation' association.
|
void |
IBpmnItemAwareElement.removeSourceOfDataAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'SourceOfDataAssociation' association.
|
void |
IBpmnItemAwareElement.removeTargetOfDataAssociation(IBpmnDataAssociation element)
Remove an ObBpmnDataAssociation from the 'TargetOfDataAssociation' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnSequenceFlowDataAssociation.cardDataAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the DataAssociation association filtered with the given metaclass.
|
int |
IBpmnThrowEvent.cardDataInputAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the DataInputAssociation association filtered with the given metaclass.
|
int |
IBpmnActivity.cardDataInputAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the DataInputAssociation association filtered with the given metaclass.
|
int |
IBpmnCatchEvent.cardDataOutputAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the DataOutputAssociation association filtered with the given metaclass.
|
int |
IBpmnActivity.cardDataOutputAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the DataOutputAssociation association filtered with the given metaclass.
|
int |
IBpmnItemAwareElement.cardSourceOfDataAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the SourceOfDataAssociation association filtered with the given metaclass.
|
int |
IBpmnItemAwareElement.cardTargetOfDataAssociation(Class<? extends IBpmnDataAssociation> filteredClass)
Returns the number elements in the TargetOfDataAssociation association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnDataAssociation(IBpmnDataAssociation theBpmnDataAssociation) |
Object |
DefaultMetamodelVisitor.visitBpmnDataAssociation(IBpmnDataAssociation theBpmnDataAssociation) |
Object |
AbstractMetamodelVisitor.visitBpmnDataAssociation(IBpmnDataAssociation theBpmnDataAssociation) |