Namespace hrm\param\base
Classes summary
AnyTypeArrayParameter | Class for a Parameter that has an array of variable of any type as possible value. |
BooleanParameter | Class for a Parameter that has only true and false as possible value. |
ChoiceParameter | The ChoiceParameter can assume a limited number of possible values. |
NumericalArrayParameter | Class for a Parameter that has an array of numbers as possible value, where each entry represents a channel. |
NumericalParameter | Class for a Parameter that has a scalar number as possible value. |
NumericalVectorParameter | Class for a channel Parameter consisting of N components. |
Parameter | (Abstract) base class for all Parameter types in the HRM. |
SingleOrMultiChannelParameter | A ChoiceParameter that handles single- and multi-channel Parameters with prefixing. |