Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnEndPoint |
IUmlModel.createBpmnEndPoint()
Create a BpmnEndPoint.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnEndPoint> |
IBpmnParticipant.getEndPointRefs(Class<T> filteredClass)
Get the list of ObBpmnEndPoint to the EndPointRefs association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnEndPoint> |
IBpmnParticipant.getEndPointRefs()
Get the list of ObBpmnEndPoint to the EndPointRefs association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnParticipant.addEndPointRefs(IBpmnEndPoint element)
Add a ObBpmnEndPoint to the 'EndPointRefs' association.
|
void |
IBpmnParticipant.removeEndPointRefs(IBpmnEndPoint element)
Remove an ObBpmnEndPoint from the 'EndPointRefs' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnParticipant.cardEndPointRefs(Class<? extends IBpmnEndPoint> filteredClass)
Returns the number elements in the EndPointRefs association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnEndPoint(IBpmnEndPoint theBpmnEndPoint) |
Object |
DefaultMetamodelVisitor.visitBpmnEndPoint(IBpmnEndPoint theBpmnEndPoint) |
Object |
AbstractMetamodelVisitor.visitBpmnEndPoint(IBpmnEndPoint theBpmnEndPoint) |