Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnSequenceFlowDataAssociation |
IUmlModel.createBpmnSequenceFlowDataAssociation()
Create a BpmnSequenceFlowDataAssociation.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnSequenceFlowDataAssociation> |
IBpmnSequenceFlow.getConnector(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlowDataAssociation to the Connector association.
|
<T extends IBpmnSequenceFlowDataAssociation> |
IBpmnDataAssociation.getVisualShortCut(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlowDataAssociation to the VisualShortCut association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnSequenceFlowDataAssociation> |
IBpmnSequenceFlow.getConnector()
Get the list of ObBpmnSequenceFlowDataAssociation to the Connector association.
|
ObList<IBpmnSequenceFlowDataAssociation> |
IBpmnDataAssociation.getVisualShortCut()
Get the list of ObBpmnSequenceFlowDataAssociation to the VisualShortCut association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnSequenceFlow.addConnector(IBpmnSequenceFlowDataAssociation element)
Add a ObBpmnSequenceFlowDataAssociation to the 'Connector' association.
|
void |
IBpmnDataAssociation.addVisualShortCut(IBpmnSequenceFlowDataAssociation element)
Add a ObBpmnSequenceFlowDataAssociation to the 'VisualShortCut' association.
|
void |
IBpmnSequenceFlow.removeConnector(IBpmnSequenceFlowDataAssociation element)
Remove an ObBpmnSequenceFlowDataAssociation from the 'Connector' association.
|
void |
IBpmnDataAssociation.removeVisualShortCut(IBpmnSequenceFlowDataAssociation element)
Remove an ObBpmnSequenceFlowDataAssociation from the 'VisualShortCut' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnSequenceFlow.cardConnector(Class<? extends IBpmnSequenceFlowDataAssociation> filteredClass)
Returns the number elements in the Connector association filtered with the given metaclass.
|
int |
IBpmnDataAssociation.cardVisualShortCut(Class<? extends IBpmnSequenceFlowDataAssociation> filteredClass)
Returns the number elements in the VisualShortCut association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnSequenceFlowDataAssociation(IBpmnSequenceFlowDataAssociation theBpmnSequenceFlowDataAssociation) |
Object |
DefaultMetamodelVisitor.visitBpmnSequenceFlowDataAssociation(IBpmnSequenceFlowDataAssociation theBpmnSequenceFlowDataAssociation) |
Object |
AbstractMetamodelVisitor.visitBpmnSequenceFlowDataAssociation(IBpmnSequenceFlowDataAssociation theBpmnSequenceFlowDataAssociation) |