dlvhex  2.5.0
DependencyGraph::NodeInfo Struct Reference

Meta information about a single node in the graph. More...

#include <include/dlvhex2/DependencyGraph.h>

Inheritance diagram for DependencyGraph::NodeInfo:
Collaboration diagram for DependencyGraph::NodeInfo:

Public Member Functions

 NodeInfo (ID id=ID_FAIL)
 Constructor.
std::ostream & print (std::ostream &o) const

Data Fields

ID id
 Rule ID.

Detailed Description

Meta information about a single node in the graph.

Definition at line 81 of file DependencyGraph.h.


Constructor & Destructor Documentation

Constructor.

Parameters:
idRule ID.

Definition at line 93 of file DependencyGraph.h.


Member Function Documentation

std::ostream & DependencyGraph::NodeInfo::print ( std::ostream &  o) const

Definition at line 78 of file DependencyGraph.cpp.


Field Documentation


The documentation for this struct was generated from the following files: