Parameter
The fields to enter are the ones defining a uml parameter in the UML semantics notation.
The fields are the following:
- No : indice of the parameter
- Name : The name of the parameter
- Type : The name of the type (name of a classifier, or one of the predefined data_types INTEGER and STRING).
- DefaultValue
- Kind : The direction of the information flow of the parameter.
It can be :
- in : input parameter
- out : output parameter
- inOut : input parameter which can be modified
- return : return parameter