Modifier and Type | Method and Description |
---|---|
IBehaviorParameter |
IUmlModel.createBehaviorParameter()
Create a BehaviorParameter.
|
Modifier and Type | Method and Description |
---|---|
IBehaviorParameter |
IObjectNode.getRepresentedRealParameter()
Get the RepresentedRealParameter association.
|
Modifier and Type | Method and Description |
---|---|
void |
IObjectNode.setRepresentedRealParameter(IBehaviorParameter element)
Setter for the 'RepresentedRealParameter' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBehaviorParameter> |
IBehavior.getParameter(Class<T> filteredClass)
Get the list of ObBehaviorParameter to the Parameter association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBehaviorParameter> |
IBehavior.getParameter()
Get the list of ObBehaviorParameter to the Parameter association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.addParameter(IBehaviorParameter element)
Add a ObBehaviorParameter to the 'Parameter' association.
|
void |
IBehavior.removeParameter(IBehaviorParameter element)
Remove an ObBehaviorParameter from the 'Parameter' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehavior.cardParameter(Class<? extends IBehaviorParameter> filteredClass)
Returns the number elements in the Parameter association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBehaviorParameter> |
IParameter.getBehaviorParam(Class<T> filteredClass)
Get the list of ObBehaviorParameter to the BehaviorParam association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBehaviorParameter> |
IParameter.getBehaviorParam()
Get the list of ObBehaviorParameter to the BehaviorParam association.
|
Modifier and Type | Method and Description |
---|---|
void |
IParameter.addBehaviorParam(IBehaviorParameter element)
Add a ObBehaviorParameter to the 'BehaviorParam' association.
|
void |
IParameter.removeBehaviorParam(IBehaviorParameter element)
Remove an ObBehaviorParameter from the 'BehaviorParam' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IParameter.cardBehaviorParam(Class<? extends IBehaviorParameter> filteredClass)
Returns the number elements in the BehaviorParam association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBehaviorParameter(IBehaviorParameter theBehaviorParameter) |
Object |
DefaultMetamodelVisitor.visitBehaviorParameter(IBehaviorParameter theBehaviorParameter) |
Object |
AbstractMetamodelVisitor.visitBehaviorParameter(IBehaviorParameter theBehaviorParameter) |