|
Antares Simulator
Power System Simulator
|
Represents a variable node in a syntax tree, storing a string value. More...
#include <VariableNode.h>
Public Member Functions | |
| VariableNode (const std::string &value, unsigned int index, Optimisation::VariabilityType variability=Optimisation::VariabilityType::VARYING_IN_TIME_AND_SCENARIO) | |
| std::string | name () const override |
| Optimisation::VariabilityType | variability () const |
| unsigned int | Index () 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 variable node in a syntax tree, storing a string value.