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 |
---|---|
IBpmnReceiveTask |
IUmlModel.createBpmnReceiveTask()
Create a BpmnReceiveTask.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnReceiveTask> |
IBpmnOperation.getReceiver(Class<T> filteredClass)
Get the list of ObBpmnReceiveTask to the Receiver association.
|
<T extends IBpmnReceiveTask> |
IBpmnMessage.getReceiver(Class<T> filteredClass)
Get the list of ObBpmnReceiveTask to the Receiver association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnReceiveTask> |
IBpmnOperation.getReceiver()
Get the list of ObBpmnReceiveTask to the Receiver association.
|
ObList<IBpmnReceiveTask> |
IBpmnMessage.getReceiver()
Get the list of ObBpmnReceiveTask to the Receiver association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnOperation.addReceiver(IBpmnReceiveTask element)
Add a ObBpmnReceiveTask to the 'Receiver' association.
|
void |
IBpmnMessage.addReceiver(IBpmnReceiveTask element)
Add a ObBpmnReceiveTask to the 'Receiver' association.
|
void |
IBpmnOperation.removeReceiver(IBpmnReceiveTask element)
Remove an ObBpmnReceiveTask from the 'Receiver' association.
|
void |
IBpmnMessage.removeReceiver(IBpmnReceiveTask element)
Remove an ObBpmnReceiveTask from the 'Receiver' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnOperation.cardReceiver(Class<? extends IBpmnReceiveTask> filteredClass)
Returns the number elements in the Receiver association filtered with the given metaclass.
|
int |
IBpmnMessage.cardReceiver(Class<? extends IBpmnReceiveTask> filteredClass)
Returns the number elements in the Receiver association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnReceiveTask> |
IOperation.getCallerReceiveTask(Class<T> filteredClass)
Get the list of ObBpmnReceiveTask to the CallerReceiveTask association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnReceiveTask> |
IOperation.getCallerReceiveTask()
Get the list of ObBpmnReceiveTask to the CallerReceiveTask association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addCallerReceiveTask(IBpmnReceiveTask element)
Add a ObBpmnReceiveTask to the 'CallerReceiveTask' association.
|
void |
IOperation.removeCallerReceiveTask(IBpmnReceiveTask element)
Remove an ObBpmnReceiveTask from the 'CallerReceiveTask' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardCallerReceiveTask(Class<? extends IBpmnReceiveTask> filteredClass)
Returns the number elements in the CallerReceiveTask association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnReceiveTask(IBpmnReceiveTask theBpmnReceiveTask) |
Object |
DefaultMetamodelVisitor.visitBpmnReceiveTask(IBpmnReceiveTask theBpmnReceiveTask) |
Object |
AbstractMetamodelVisitor.visitBpmnReceiveTask(IBpmnReceiveTask theBpmnReceiveTask) |