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 List of all members.

Public Methods

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

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 DocumentRep   dRep [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 Tue Nov 25 11:27:00 2003 for Lemur Toolkit by doxygen1.2.18