BehavioralFeature.createOwnedParameter(java.lang.String name,
Type type)
Creates a new
Parameter, with the specified 'Name', and 'Type', and appends it to the 'Owned Parameter' containment reference list
Behavior.createOwnedParameter(java.lang.String name,
Type type)
Creates a new
Parameter, with the specified 'Name', and 'Type', and appends it to the 'Owned Parameter' containment reference list
BehavioralFeature.getOwnedParameter(java.lang.String name,
Type type)
Retrieves the first
Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
Behavior.getOwnedParameter(java.lang.String name,
Type type)
Retrieves the first
Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
BehavioralFeature.getOwnedParameter(java.lang.String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
Behavior.getOwnedParameter(java.lang.String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
ParameterSet.getParameter(java.lang.String name,
Type type)
Retrieves the first
Parameter with the specified 'Name', and 'Type' from the 'Parameter' reference list
ParameterSet.getParameter(java.lang.String name,
Type type,
boolean ignoreCase)
Retrieves the first
Parameter with the specified 'Name', and 'Type' from the 'Parameter' reference list
Operation.returnResult()
The query returnResult() returns the set containing the return parameter of the Operation if one exists, otherwise, it returns an empty set
result = ownedParameter->select (par | par.direction = #return)