Main Page   Namespace List   Class Hierarchy   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 Fri Feb 6 07:11:57 2004 for LEMUR by doxygen1.2.16