dlvhex
2.5.0
|
Meta information about a single node in the graph. More...
#include <include/dlvhex2/DependencyGraph.h>
Public Member Functions | |
NodeInfo (ID id=ID_FAIL) | |
Constructor. | |
std::ostream & | print (std::ostream &o) const |
Data Fields | |
ID | id |
Rule ID. |
Meta information about a single node in the graph.
Definition at line 81 of file DependencyGraph.h.
DependencyGraph::NodeInfo::NodeInfo | ( | ID | id = ID_FAIL | ) | [inline] |
std::ostream & DependencyGraph::NodeInfo::print | ( | std::ostream & | o | ) | const |
Definition at line 78 of file DependencyGraph.cpp.
Definition at line 89 of file DependencyGraph.h.
Referenced by ComponentGraph::calculateComponents(), DependencyGraph::writeGraphViz(), and DependencyGraph::writeGraphVizNodeLabel().