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

BandNotQnode Class Reference

#include <StructQueryRep.hpp>

Inheritance diagram for BandNotQnode:

QueryNode List of all members.

Public Methods

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

Protected Attributes

double dw

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.


Member Data Documentation

double BandNotQnode::dw [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Sep 30 14:13:49 2002 for LEMUR by doxygen1.2.18