|
Antares Simulator
Power System Simulator
|
Represents a parameter node in a syntax tree, storing a string value. More...
#include <ParameterNode.h>
Public Member Functions | |
| ParameterNode (const std::string &value, Optimisation::VariabilityType time_index=Optimisation::VariabilityType::VARYING_IN_TIME_AND_SCENARIO) | |
| std::string | name () const override |
| Optimisation::VariabilityType | variability () const |
Public Member Functions inherited from Antares::Expressions::Nodes::Leaf< std::string > | |
| Leaf (const std::string &value) | |
| Constructs a leaf node with the specified value. More... | |
| std::string | value () const |
| Retrieves the value stored in the leaf node. More... | |
Public Member Functions inherited from Antares::Expressions::IName | |
| bool | operator== (const IName &other) const =default |
Represents a parameter node in a syntax tree, storing a string value.