OOPS
|
A subclass of LinearVariableChangeParametersBase storing the values of all options in a single Configuration object. More...
#include <LinearVariableChangeBase.h>
Additional Inherited Members | |
![]() | |
OptionalParameter< std::string > | variableChange {"variable change", this} |
Variable change type. More... | |
OptionalParameter< Variables > | inputVariables {"input variables", this} |
OptionalParameter< Variables > | outputVariables {"output variables", this} |
A subclass of LinearVariableChangeParametersBase storing the values of all options in a single Configuration object.
This object can be accessed by calling the value() method of the config
member variable.
The ConfigurationParameter class does not perform any parameter validation; models using GenericLinearVariableChangeParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of LinearVariableChangeParametersBase storing each parameter in a separate (Optional/Required)Parameter object.
Definition at line 98 of file LinearVariableChangeBase.h.