|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Algorithms
the formal description of an operand of a Procedure or Function.
|
|||
public
LocalId
|
name
the name used to identify the Parameter within the FunctionBody. |
||
public
Integer
|
position
Represents ... |
||
public
Boolean
|
var
True if the Parameter is a "var" Parameter to a Procedure; False otherwise. |
||
|
|
|||
public
ActualParameter
|
actualParameter
|
||
public
ActualTypeConstraint
|
actualTypeConstraint
|
||
public
Algorithm
|
algorithm
|
||
public
ParameterType
|
formal_parameter_type
represents the Data Type specification for the formal parameter. |
||
public
ParameterRef
|
parameterRef
|
||
|
|
|||
public
LocalId name
the name used to identify the Parameter within the FunctionBody.
|
public
Integer position
Represents ...
|
public
Boolean var
True if the Parameter is a "var" Parameter to a Procedure; False otherwise.
|
|
|||
public
ActualParameter actualParameter
|
public
ActualTypeConstraint actualTypeConstraint
|
public
Algorithm algorithm
|
public
ParameterType formal_parameter_type
represents the Data Type specification for the formal parameter. It can specify an InstantiableType of which the actual parameter value must be a valid Instance, or a GeneralizedType to which the InstantiableType of the actual parameter must conform.
|
public
ParameterRef parameterRef
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||