All Packages Class Hierarchy This Package Previous Next Index
Class parameter.RealParameterType
java.lang.Object
|
+----parameter.ParameterType
|
+----parameter.RealParameterType
- public class RealParameterType
- extends ParameterType
RealParameterType is used to store information describing
a real parameter.
It contains the default value, the minimum value and the maximum
value of a parameter. These values are read from the Module
Description File and can not be changed within the framework.
-
RealParameterType()
-
-
string2Parameter(String[])
- Convert the parameter strings of a Module Description File to
its real parameter values.
RealParameterType
public RealParameterType()
string2Parameter
public void string2Parameter(String cleanLines[])
- Convert the parameter strings of a Module Description File to
its real parameter values.
The parameter name is converted in its super class
ParameterType. The other values (default, min. & max.) are
converted in this method.
All these values are optional but all values must be reals.
Errors will occur when the default value is not within range,
or when the minimum value is bigger than the maximum value.
- Overrides:
- string2Parameter in class ParameterType
All Packages Class Hierarchy This Package Previous Next Index