Modifier and Type | Method and Description |
---|---|
IBpmnCallActivity |
IUmlModel.createBpmnCallActivity()
Create a BpmnCallActivity.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnCallActivity> |
IBpmnTask.getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
<T extends IBpmnCallActivity> |
IBpmnProcess.getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnCallActivity> |
IBpmnTask.getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
ObList<IBpmnCallActivity> |
IBpmnProcess.getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnTask.addCaller(IBpmnCallActivity element)
Add a ObBpmnCallActivity to the 'Caller' association.
|
void |
IBpmnProcess.addCaller(IBpmnCallActivity element)
Add a ObBpmnCallActivity to the 'Caller' association.
|
void |
IBpmnTask.removeCaller(IBpmnCallActivity element)
Remove an ObBpmnCallActivity from the 'Caller' association.
|
void |
IBpmnProcess.removeCaller(IBpmnCallActivity element)
Remove an ObBpmnCallActivity from the 'Caller' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnTask.cardCaller(Class<? extends IBpmnCallActivity> filteredClass)
Returns the number elements in the Caller association filtered with the given metaclass.
|
int |
IBpmnProcess.cardCaller(Class<? extends IBpmnCallActivity> filteredClass)
Returns the number elements in the Caller association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnCallActivity> |
IBehavior.getBpmnCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the BpmnCaller association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnCallActivity> |
IBehavior.getBpmnCaller()
Get the list of ObBpmnCallActivity to the BpmnCaller association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.addBpmnCaller(IBpmnCallActivity element)
Add a ObBpmnCallActivity to the 'BpmnCaller' association.
|
void |
IBehavior.removeBpmnCaller(IBpmnCallActivity element)
Remove an ObBpmnCallActivity from the 'BpmnCaller' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehavior.cardBpmnCaller(Class<? extends IBpmnCallActivity> filteredClass)
Returns the number elements in the BpmnCaller association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnCallActivity> |
IOperation.getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnCallActivity> |
IOperation.getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addCaller(IBpmnCallActivity element)
Add a ObBpmnCallActivity to the 'Caller' association.
|
void |
IOperation.removeCaller(IBpmnCallActivity element)
Remove an ObBpmnCallActivity from the 'Caller' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardCaller(Class<? extends IBpmnCallActivity> filteredClass)
Returns the number elements in the Caller association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnCallActivity(IBpmnCallActivity theBpmnCallActivity) |
Object |
DefaultMetamodelVisitor.visitBpmnCallActivity(IBpmnCallActivity theBpmnCallActivity) |
Object |
AbstractMetamodelVisitor.visitBpmnCallActivity(IBpmnCallActivity theBpmnCallActivity) |