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, Visitors::TimeIndex time_index=Visitors::TimeIndex::VARYING_IN_TIME_AND_SCENARIO) | |
std::string | name () const override |
Visitors::TimeIndex | timeIndex () const |
![]() | |
Leaf (const std::string &value) | |
Constructs a leaf node with the specified value. | |
std::string | value () const |
Retrieves the value stored in the leaf node. | |
![]() | |
![]() | |
bool | operator== (const IName &other) const =default |
Represents a parameter node in a syntax tree, storing a string value.
|
inlineoverridevirtual |
Implements Antares::Expressions::IName.