Supporting class for cTopology. More...
#include <ctopology.h>
Public Member Functions | |
Node * | getRemoteNode () const |
int | getRemoteGateId () const |
int | getLocalGateId () const |
cGate * | getRemoteGate () const |
cGate * | getLocalGate () const |
Supporting class for cTopology.
While navigating the graph stored in a cTopology, Node's methods return LinkIn and LinkOut objects, which are 'aliases' to Link objects. LinkIn and LinkOut provide convenience functions that return the 'local' and 'remote' end of the connection when traversing the topology.
Node* cTopology::LinkOut::getRemoteNode | ( | ) | const [inline] |