SECircuit< CIRCUIT_TEMPLATE > Class Template Reference
#include <SECircuit.h>
Inherits Loggable.
Public Member Functions | |
SECircuit (const std::string &name, Logger *logger) | |
virtual ~SECircuit () | |
virtual void Clear () | |
virtual std::string GetName () const | |
virtual bool HasReferenceNode () const | |
virtual void AddNode (NodeType &node) | |
virtual void ForceAddNode (NodeType &node) | |
virtual bool HasNode (NodeType &node) | |
virtual bool HasNode (const std::string &name) | |
virtual NodeType * GetNode (const std::string &name) | |
virtual const NodeType * GetNode (const std::string &name) const | |
virtual const std::vector< NodeType * > & GetNodes () const | |
virtual void RemoveNode (const NodeType &node) | |
virtual void RemoveNode (const std::string &name) | |
virtual void AddPath (PathType &node) | |
virtual void ForceAddPath (PathType &node) | |
virtual bool HasPath (PathType &node) | |
virtual bool HasPath (const std::string &name) | |
virtual PathType * GetPath (const std::string &name) | |
virtual const PathType * GetPath (const std::string &name) const | |
virtual const std::vector< PathType * > & GetPaths () const | |
virtual void RemovePath (const PathType &path) | |
virtual void RemovePath (const std::string &name) | |
virtual const std::vector< PathType * > & GetValvePaths () | |
virtual const std::vector< PathType * > & GetPolarizedElementPaths () | |
virtual const std::vector< PathType * > * GetTargetPaths (const NodeType &node) const | |
Returns all target paths for a node. More... | |
virtual const std::vector< PathType * > * GetSourcePaths (const NodeType &node) const | |
Returns all source paths for a node. More... | |
virtual const std::vector< PathType * > * GetConnectedPaths (const NodeType &node) const | |
Returns all source paths for a node. More... | |
virtual void StateChange () | |
virtual void SetNextAndCurrentFromBaselines () | |
Set all Current and Next values to the Baseline values for all Elements. More... | |
![]() | |
Loggable (Logger *logger=nullptr) | |
Loggable (std::string const &logfile) | |
virtual ~Loggable () | |
virtual Logger * GetLogger () const | |
virtual void SetLogger (Logger &logger) | |
virtual void Debug (std::string const &msg) const | |
virtual void Debug (std::stringstream &msg) const | |
virtual void Debug (std::ostream &msg) const | |
virtual void Info (std::string const &msg) const | |
virtual void Info (std::stringstream &msg) const | |
virtual void Info (const std::stringstream &msg) const | |
virtual void Info (std::ostream &msg) const | |
virtual void Warning (std::string const &msg) const | |
virtual void Warning (std::stringstream &msg) const | |
virtual void Warning (std::ostream &msg) const | |
virtual void Error (std::string const &msg) const | |
virtual void Error (std::stringstream &msg) const | |
virtual void Error (std::ostream &msg) const | |
virtual void Fatal (std::string const &msg) const | |
virtual void Fatal (std::stringstream &msg) const | |
virtual void Fatal (std::ostream &msg) const | |
Protected Attributes | |
std::string m_Name | |
std::stringstream m_ss | |
std::vector< NodeType * > m_Nodes | |
std::vector< PathType * > m_Paths | |
std::map< const NodeType *, std::vector< PathType * > * > m_TargetPathMap | |
std::map< const NodeType *, std::vector< PathType * > * > m_SourcePathMap | |
std::map< const NodeType *, std::vector< PathType * > * > m_ConnectedPathMap | |
std::vector< PathType * > m_ValvePaths | |
std::vector< PathType * > m_PolarizedElementPaths | |
![]() | |
bool myLogger | |
Logger * m_Logger | |
Friends | |
class PBCircuit | |
Constructor & Destructor Documentation
◆ SECircuit()
template<CIRCUIT_TEMPLATE >
SECircuit< CIRCUIT_TEMPLATE >::SECircuit | ( | const std::string & | name, |
Logger * | logger | ||
) |
◆ ~SECircuit()
Member Function Documentation
◆ AddNode()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ AddPath()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ Clear()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ ForceAddNode()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ ForceAddPath()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetConnectedPaths()
template<CIRCUIT_TEMPLATE >
|
virtual |
Returns all source paths for a node.
- Parameters
-
Circuit The circuit in question. node Circuit node
- Returns
- Vector of circuit paths
Finds all paths where the input node is the source or target node. Returns a vector of the paths.
◆ GetName()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetNode() [1/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetNode() [2/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetNodes()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetPath() [1/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetPath() [2/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetPaths()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetPolarizedElementPaths()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ GetSourcePaths()
template<CIRCUIT_TEMPLATE >
|
virtual |
Returns all source paths for a node.
- Parameters
-
Circuit The circuit in question. node Circuit node
- Returns
- Vector of circuit paths
Finds all paths where the input node is the source node. Returns a vector of the paths.
◆ GetTargetPaths()
template<CIRCUIT_TEMPLATE >
|
virtual |
Returns all target paths for a node.
- Parameters
-
Circuit The circuit in question. node Circuit node
- Returns
- Vector of circuit paths
Finds all paths where the input node is the target node. Returns a vector of the paths.
◆ GetValvePaths()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ HasNode() [1/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ HasNode() [2/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ HasPath() [1/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ HasPath() [2/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ HasReferenceNode()
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ RemoveNode() [1/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ RemoveNode() [2/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ RemovePath() [1/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ RemovePath() [2/2]
template<CIRCUIT_TEMPLATE >
|
virtual |
◆ SetNextAndCurrentFromBaselines()
template<CIRCUIT_TEMPLATE >
|
virtual |
Set all Current and Next values to the Baseline values for all Elements.
◆ StateChange()
template<CIRCUIT_TEMPLATE >
|
virtual |
Friends And Related Function Documentation
◆ PBCircuit
template<CIRCUIT_TEMPLATE >
|
friend |
Member Data Documentation
◆ m_ConnectedPathMap
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_Name
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_Nodes
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_Paths
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_PolarizedElementPaths
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_SourcePathMap
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_ss
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_TargetPathMap
template<CIRCUIT_TEMPLATE >
|
protected |
◆ m_ValvePaths
template<CIRCUIT_TEMPLATE >
|
protected |