An instance of this class is just a set of parameter redefinitions attached to a product system. It can have a name and a description. One of the parameter sets can be defined as the baseline of the product system. In the calculation the baseline set is then taken by default.
~
Properties:
name | string | The name of the parameter set. |
description | string | A description of the parameter set. |
isBaseline | boolean | Indicates if this set of parameter redefinitions is the baseline for a product system. |
parameters | List[ParameterRedef] | The parameter redefinitions of this redefinition set. |