Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BandNotQnode Class Reference

#include <QueryNode.hpp>

Inheritance diagram for BandNotQnode:

BeliefNode QueryNode InferenceNetworkNode List of all members.

Public Methods

 BandNotQnode (double dbelief, double wt)
virtual ~BandNotQnode ()
virtual double eval (const DocumentRep *dRep) const

Detailed Description

Implements the BANDNOT query operator. This is the Boolean AND NOT operator. Evaluates to the score of its first child node if the score of its second child is less than or equal to the default score, otherwise 0.


Constructor & Destructor Documentation

BandNotQnode::BandNotQnode double    dbelief,
double    wt
[inline]
 

virtual BandNotQnode::~BandNotQnode   [inline, virtual]
 


Member Function Documentation

virtual double BandNotQnode::eval const DocumentRep   dRep const [inline, virtual]
 

Score as the score of its first child node if the score of its second child is less than or equal to the default score, otherwise 0.

Implements QueryNode.


The documentation for this class was generated from the following file:
Generated on Wed Nov 3 12:59:24 2004 for Lemur Toolkit by doxygen1.2.18