Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnParticipant |
IUmlModel.createBpmnParticipant()
Create a BpmnParticipant.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnParticipant> |
IBpmnInterface.getParticipantRef(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the ParticipantRef association.
|
<T extends IBpmnParticipant> |
IBpmnEndPoint.getParticipantRefs(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the ParticipantRefs association.
|
<T extends IBpmnParticipant> |
IBpmnCollaboration.getParticipants(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the Participants association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnParticipant |
IBpmnProcess.getParticipant()
Get the Participant association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnParticipant> |
IBpmnInterface.getParticipantRef()
Get the list of ObBpmnParticipant to the ParticipantRef association.
|
ObList<IBpmnParticipant> |
IBpmnEndPoint.getParticipantRefs()
Get the list of ObBpmnParticipant to the ParticipantRefs association.
|
ObList<IBpmnParticipant> |
IBpmnCollaboration.getParticipants()
Get the list of ObBpmnParticipant to the Participants association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnInterface.addParticipantRef(IBpmnParticipant element)
Add a ObBpmnParticipant to the 'ParticipantRef' association.
|
void |
IBpmnEndPoint.addParticipantRefs(IBpmnParticipant element)
Add a ObBpmnParticipant to the 'ParticipantRefs' association.
|
void |
IBpmnCollaboration.addParticipants(IBpmnParticipant element)
Add a ObBpmnParticipant to the 'Participants' association.
|
void |
IBpmnInterface.removeParticipantRef(IBpmnParticipant element)
Remove an ObBpmnParticipant from the 'ParticipantRef' association.
|
void |
IBpmnEndPoint.removeParticipantRefs(IBpmnParticipant element)
Remove an ObBpmnParticipant from the 'ParticipantRefs' association.
|
void |
IBpmnCollaboration.removeParticipants(IBpmnParticipant element)
Remove an ObBpmnParticipant from the 'Participants' association.
|
void |
IBpmnProcess.setParticipant(IBpmnParticipant element)
Setter for the 'Participant' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnInterface.cardParticipantRef(Class<? extends IBpmnParticipant> filteredClass)
Returns the number elements in the ParticipantRef association filtered with the given metaclass.
|
int |
IBpmnEndPoint.cardParticipantRefs(Class<? extends IBpmnParticipant> filteredClass)
Returns the number elements in the ParticipantRefs association filtered with the given metaclass.
|
int |
IBpmnCollaboration.cardParticipants(Class<? extends IBpmnParticipant> filteredClass)
Returns the number elements in the Participants association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnParticipant> |
IPackage.getBpmnRepresents(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
<T extends IBpmnParticipant> |
IClassifier.getBpmnRepresents(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnParticipant> |
IPackage.getBpmnRepresents()
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
ObList<IBpmnParticipant> |
IClassifier.getBpmnRepresents()
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPackage.addBpmnRepresents(IBpmnParticipant element)
Add a ObBpmnParticipant to the 'BpmnRepresents' association.
|
void |
IClassifier.addBpmnRepresents(IBpmnParticipant element)
Add a ObBpmnParticipant to the 'BpmnRepresents' association.
|
void |
IPackage.removeBpmnRepresents(IBpmnParticipant element)
Remove an ObBpmnParticipant from the 'BpmnRepresents' association.
|
void |
IClassifier.removeBpmnRepresents(IBpmnParticipant element)
Remove an ObBpmnParticipant from the 'BpmnRepresents' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPackage.cardBpmnRepresents(Class<? extends IBpmnParticipant> filteredClass)
Returns the number elements in the BpmnRepresents association filtered with the given metaclass.
|
int |
IClassifier.cardBpmnRepresents(Class<? extends IBpmnParticipant> filteredClass)
Returns the number elements in the BpmnRepresents association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnParticipant(IBpmnParticipant theBpmnParticipant) |
Object |
DefaultMetamodelVisitor.visitBpmnParticipant(IBpmnParticipant theBpmnParticipant) |
Object |
AbstractMetamodelVisitor.visitBpmnParticipant(IBpmnParticipant theBpmnParticipant) |