5 #include <antares/expressions/nodes/Leaf.h>
6 #include <antares/study/system-model/variabilityType.h>
8 namespace Antares::Expressions::Nodes
18 VariabilityType::VARYING_IN_TIME_AND_SCENARIO):
20 variability_(time_index)
24 std::string name()
const override
26 return "ParameterNode";
Represents a leaf node in a syntax tree.
Definition: Leaf.h:34
std::string value() const
Retrieves the value stored in the leaf node.
Definition: Leaf.h:51
Represents a parameter node in a syntax tree, storing a string value.
Definition: ParameterNode.h:14
VariabilityType
Represents the time and scenario variation of a value.
Definition: variabilityType.h:29