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 |
---|---|
IBpmnServiceTask |
IUmlModel.createBpmnServiceTask()
Create a BpmnServiceTask.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnServiceTask> |
IBpmnOperation.getCaller(Class<T> filteredClass)
Get the list of ObBpmnServiceTask to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnServiceTask> |
IBpmnOperation.getCaller()
Get the list of ObBpmnServiceTask to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnOperation.addCaller(IBpmnServiceTask element)
Add a ObBpmnServiceTask to the 'Caller' association.
|
void |
IBpmnOperation.removeCaller(IBpmnServiceTask element)
Remove an ObBpmnServiceTask from the 'Caller' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnOperation.cardCaller(Class<? extends IBpmnServiceTask> filteredClass)
Returns the number elements in the Caller association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnServiceTask> |
IOperation.getCallerServiceTask(Class<T> filteredClass)
Get the list of ObBpmnServiceTask to the CallerServiceTask association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnServiceTask> |
IOperation.getCallerServiceTask()
Get the list of ObBpmnServiceTask to the CallerServiceTask association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addCallerServiceTask(IBpmnServiceTask element)
Add a ObBpmnServiceTask to the 'CallerServiceTask' association.
|
void |
IOperation.removeCallerServiceTask(IBpmnServiceTask element)
Remove an ObBpmnServiceTask from the 'CallerServiceTask' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardCallerServiceTask(Class<? extends IBpmnServiceTask> filteredClass)
Returns the number elements in the CallerServiceTask association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnServiceTask(IBpmnServiceTask theBpmnServiceTask) |
Object |
DefaultMetamodelVisitor.visitBpmnServiceTask(IBpmnServiceTask theBpmnServiceTask) |
Object |
AbstractMetamodelVisitor.visitBpmnServiceTask(IBpmnServiceTask theBpmnServiceTask) |