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 |
---|---|
IBpmnSendTask |
IUmlModel.createBpmnSendTask()
Create a BpmnSendTask.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnSendTask> |
IBpmnOperation.getSender(Class<T> filteredClass)
Get the list of ObBpmnSendTask to the Sender association.
|
<T extends IBpmnSendTask> |
IBpmnMessage.getSender(Class<T> filteredClass)
Get the list of ObBpmnSendTask to the Sender association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnSendTask> |
IBpmnOperation.getSender()
Get the list of ObBpmnSendTask to the Sender association.
|
ObList<IBpmnSendTask> |
IBpmnMessage.getSender()
Get the list of ObBpmnSendTask to the Sender association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnOperation.addSender(IBpmnSendTask element)
Add a ObBpmnSendTask to the 'Sender' association.
|
void |
IBpmnMessage.addSender(IBpmnSendTask element)
Add a ObBpmnSendTask to the 'Sender' association.
|
void |
IBpmnOperation.removeSender(IBpmnSendTask element)
Remove an ObBpmnSendTask from the 'Sender' association.
|
void |
IBpmnMessage.removeSender(IBpmnSendTask element)
Remove an ObBpmnSendTask from the 'Sender' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnOperation.cardSender(Class<? extends IBpmnSendTask> filteredClass)
Returns the number elements in the Sender association filtered with the given metaclass.
|
int |
IBpmnMessage.cardSender(Class<? extends IBpmnSendTask> filteredClass)
Returns the number elements in the Sender association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnSendTask> |
IOperation.getCallerSendTask(Class<T> filteredClass)
Get the list of ObBpmnSendTask to the CallerSendTask association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnSendTask> |
IOperation.getCallerSendTask()
Get the list of ObBpmnSendTask to the CallerSendTask association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addCallerSendTask(IBpmnSendTask element)
Add a ObBpmnSendTask to the 'CallerSendTask' association.
|
void |
IOperation.removeCallerSendTask(IBpmnSendTask element)
Remove an ObBpmnSendTask from the 'CallerSendTask' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardCallerSendTask(Class<? extends IBpmnSendTask> filteredClass)
Returns the number elements in the CallerSendTask association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnSendTask(IBpmnSendTask theBpmnSendTask) |
Object |
DefaultMetamodelVisitor.visitBpmnSendTask(IBpmnSendTask theBpmnSendTask) |
Object |
AbstractMetamodelVisitor.visitBpmnSendTask(IBpmnSendTask theBpmnSendTask) |