dlvhex  2.5.0
EvalHeuristicFromFile Class Reference

Creates an evaluation graph based on a specification in a file. More...

#include <include/dlvhex2/EvalHeuristicFromFile.h>

Inheritance diagram for EvalHeuristicFromFile:
Collaboration diagram for EvalHeuristicFromFile:

Public Types

typedef EvalHeuristicBase
< EvalGraphBuilder
Base

Public Member Functions

 EvalHeuristicFromFile (const std::string &fname)
 Constructor.
virtual ~EvalHeuristicFromFile ()
 Destructor.
virtual void build (EvalGraphBuilder &builder)
 Constructs the evaluation graph.

Protected Attributes

std::string fname
 Filename the evaluation graph was read from.

Detailed Description

Creates an evaluation graph based on a specification in a file.

Definition at line 43 of file EvalHeuristicFromFile.h.


Member Typedef Documentation


Constructor & Destructor Documentation

EvalHeuristicFromFile::EvalHeuristicFromFile ( const std::string &  fname)

Constructor.

Parameters:
fnameFile to read the evaluation graph from.

Definition at line 104 of file EvalHeuristicFromFile.cpp.

Destructor.

Definition at line 111 of file EvalHeuristicFromFile.cpp.


Member Function Documentation


Field Documentation

std::string EvalHeuristicFromFile::fname [protected]

Filename the evaluation graph was read from.

Definition at line 62 of file EvalHeuristicFromFile.h.

Referenced by build().


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