Class diagram for GraphNode:
Public Members | |
GraphNode () | |
virtual | ~GraphNode () |
Int | getNumParents () const |
const GraphNodeArray& | getParents () const |
Boolean | parentsContains (const GraphNode* node) const |
Int | getNumChildren () const |
const GraphNodeArray& | getChildren () const |
Boolean | childrenContains (const GraphNode* node) const |
Void | attachParent (GraphNode* parent) |
Void | removeParent (GraphNode* parent) |
Void | attachChild (GraphNode* child) |
Void | detachChild (GraphNode* child) |
[virtual]