Antares Simulator
Power System Simulator
|
Public Member Functions | |
void | addVariable (const Dimensions &dimensions, const PartialKey &key, std::function< Value(const TimeAndScenario &, const std::string &)> &&func) |
Value | operator[] (const FullKey &k) const |
Value & | operator[] (const FullKey &k) |
Value | operator() (const std::string &component, const std::string &variable) const |
Value & | operator() (const std::string &component, const std::string &variable) |
Value | operator() (const std::string &component, const std::string &variable, unsigned int scenario, unsigned int timestep) const |
Value & | operator() (const std::string &component, const std::string &variable, unsigned int scenario, unsigned int timestep) |
Value | operator() (const FullKey &fullKey) const |
Value & | operator() (const FullKey &fullKey) |