Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnAssociation |
IUmlModel.createBpmnAssociation()
Create a BpmnAssociation.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnAssociation> |
IBpmnBaseElement.getIncomingAssoc(Class<T> filteredClass)
Get the list of ObBpmnAssociation to the IncomingAssoc association.
|
<T extends IBpmnAssociation> |
IBpmnBaseElement.getOutgoingAssoc(Class<T> filteredClass)
Get the list of ObBpmnAssociation to the OutgoingAssoc association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnAssociation> |
IBpmnBaseElement.getIncomingAssoc()
Get the list of ObBpmnAssociation to the IncomingAssoc association.
|
ObList<IBpmnAssociation> |
IBpmnBaseElement.getOutgoingAssoc()
Get the list of ObBpmnAssociation to the OutgoingAssoc association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnBaseElement.addIncomingAssoc(IBpmnAssociation element)
Add a ObBpmnAssociation to the 'IncomingAssoc' association.
|
void |
IBpmnBaseElement.addOutgoingAssoc(IBpmnAssociation element)
Add a ObBpmnAssociation to the 'OutgoingAssoc' association.
|
void |
IBpmnBaseElement.removeIncomingAssoc(IBpmnAssociation element)
Remove an ObBpmnAssociation from the 'IncomingAssoc' association.
|
void |
IBpmnBaseElement.removeOutgoingAssoc(IBpmnAssociation element)
Remove an ObBpmnAssociation from the 'OutgoingAssoc' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnBaseElement.cardIncomingAssoc(Class<? extends IBpmnAssociation> filteredClass)
Returns the number elements in the IncomingAssoc association filtered with the given metaclass.
|
int |
IBpmnBaseElement.cardOutgoingAssoc(Class<? extends IBpmnAssociation> filteredClass)
Returns the number elements in the OutgoingAssoc association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnAssociation(IBpmnAssociation theBpmnAssociation) |
Object |
DefaultMetamodelVisitor.visitBpmnAssociation(IBpmnAssociation theBpmnAssociation) |
Object |
AbstractMetamodelVisitor.visitBpmnAssociation(IBpmnAssociation theBpmnAssociation) |