|
Antares Simulator
Power System Simulator
|
#include <component.h>
Public Member Functions | |
| const std::string & | Id () const |
| const Model * | getModel () const |
| const std::map< std::string, ParameterTypeAndValue > & | getParameterValues () const |
| std::string | getParameterValue (const std::string ¶meter_id) const |
| std::string | getScenarioGroupId () const |
| void | addComponentConnection (const std::string localPortId, ConnectionEnd &&connection) |
| std::vector< ConnectionEnd > | componentConnectionsViaPort (const std::string &portId) const |
| Expressions::Nodes::Node * | nodeAtPortField (const std::string &portId, const std::string &fieldId) const |
| const Expression & | expressionAtPortField (const std::string &portId, const std::string &fieldId) const |
| void | addAreaConnection (const std::string &localPortId, const std::string &areaId) |
| std::optional< std::string > | areaConnectedToPort (const std::string &portId) const |
| const std::map< std::string, std::string > & | portToAreaConnections () const |
| unsigned int | Index () const |
Friends | |
| class | ComponentBuilder |
Defines an actual component of the simulated system.