OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of VariableChangeParametersBase. More...
#include <VariableChangeBase.h>
Public Attributes | |
PolymorphicParameter< VariableChangeParametersBase, VariableChangeFactory< MODEL > > | variableChangeParameters {"variable change", "Identity", this} |
Contains a polymorphic parameter holding an instance of a subclass of VariableChangeParametersBase.
Definition at line 128 of file VariableChangeBase.h.
PolymorphicParameter<VariableChangeParametersBase, VariableChangeFactory<MODEL> > oops::VariableChangeParametersWrapper< MODEL >::variableChangeParameters {"variable change", "Identity", this} |
After deserialization, holds an instance of a subclass of VariableChangeParametersBase controlling the behavior of a variable change. The type of the subclass is determined by the value of the "variable change" key in the Configuration object from which this object is deserialized.
Definition at line 136 of file VariableChangeBase.h.