PC::Node Class Reference
#include <PowerCircuit.h>
List of all members.
Detailed Description
Wrapper class for nodes in power circuits. In reality, nodes are handled by (derivatives of) the class PowerCircuit. This class is used to make handling of nodes type-safe. It contains only a pointer to the corresponding power circuit and an integer id, which is -1 if the node has not (yet) been set. If any more data is needed for a node, the power circuit class has to hold it itself. The methods call similarly-named methods of PowerCircuit.
Definition at line 89 of file PowerCircuit.h.
Constructor & Destructor Documentation
PC::Node::Node |
( |
|
) |
[inline] |
Member Function Documentation
int PC::Node::getOrder |
( |
|
) |
|
Marking PC::Node::getSuccessorMarking |
( |
|
) |
|
bool PC::Node::isDefined |
( |
|
) |
|
bool PC::Node::isReduced |
( |
|
) |
|
bool PC::Node::operator== |
( |
Node |
n |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: