OOPS
|
A subclass of ModelParametersBase storing the values of all options in a single Configuration object. More...
#include <ModelBase.h>
Public Attributes | |
ConfigurationParameter | config {this} |
![]() | |
OptionalParameter< std::string > | name {"name", this} |
Model name. More... | |
A subclass of ModelParametersBase 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 GenericModelParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of ModelParametersBase storing each parameter in a separate (Optional/Required)Parameter object.
Definition at line 121 of file generic/ModelBase.h.
ConfigurationParameter oops::GenericModelParameters::config {this} |
Definition at line 124 of file generic/ModelBase.h.