Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.bpmn | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IBpmnResourceParameter |
IUmlModel.createBpmnResourceParameter()
Create a BpmnResourceParameter.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnResourceParameter> |
IBpmnResource.getParameter(Class<T> filteredClass)
Get the list of ObBpmnResourceParameter to the Parameter association.
|
<T extends IBpmnResourceParameter> |
IBpmnItemDefinition.getTypedResourceParameter(Class<T> filteredClass)
Get the list of ObBpmnResourceParameter to the TypedResourceParameter association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnResourceParameter |
IBpmnResourceParameterBinding.getParameterRef()
Get the ParameterRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnResourceParameter> |
IBpmnResource.getParameter()
Get the list of ObBpmnResourceParameter to the Parameter association.
|
ObList<IBpmnResourceParameter> |
IBpmnItemDefinition.getTypedResourceParameter()
Get the list of ObBpmnResourceParameter to the TypedResourceParameter association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnResource.addParameter(IBpmnResourceParameter element)
Add a ObBpmnResourceParameter to the 'Parameter' association.
|
void |
IBpmnItemDefinition.addTypedResourceParameter(IBpmnResourceParameter element)
Add a ObBpmnResourceParameter to the 'TypedResourceParameter' association.
|
void |
IBpmnResource.removeParameter(IBpmnResourceParameter element)
Remove an ObBpmnResourceParameter from the 'Parameter' association.
|
void |
IBpmnItemDefinition.removeTypedResourceParameter(IBpmnResourceParameter element)
Remove an ObBpmnResourceParameter from the 'TypedResourceParameter' association.
|
void |
IBpmnResourceParameterBinding.setParameterRef(IBpmnResourceParameter element)
Setter for the 'ParameterRef' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnResource.cardParameter(Class<? extends IBpmnResourceParameter> filteredClass)
Returns the number elements in the Parameter association filtered with the given metaclass.
|
int |
IBpmnItemDefinition.cardTypedResourceParameter(Class<? extends IBpmnResourceParameter> filteredClass)
Returns the number elements in the TypedResourceParameter association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnResourceParameter(IBpmnResourceParameter theBpmnResourceParameter) |
Object |
DefaultMetamodelVisitor.visitBpmnResourceParameter(IBpmnResourceParameter theBpmnResourceParameter) |
Object |
AbstractMetamodelVisitor.visitBpmnResourceParameter(IBpmnResourceParameter theBpmnResourceParameter) |