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

FiltReqQnode Class Reference

#include <StructQueryRep.hpp>

Inheritance diagram for FiltReqQnode:

QueryNode List of all members.

Public Methods

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

Protected Attributes

double dw
 The default score.


Detailed Description

Implements the FILREQ query operator. This is the FILTER REQUIRE operator. Evaluates to the score of its first child node if the scores of both children are greater than the default score, otherwise the default score.


Constructor & Destructor Documentation

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

virtual FiltReqQnode::~FiltReqQnode   [inline, virtual]
 


Member Function Documentation

virtual double FiltReqQnode::eval DocumentRep   dRep [inline, virtual]
 

Score as the score of its first child node if the scores of both children are greater than the default score, otherwise the default score.

Implements QueryNode.


Member Data Documentation

double FiltReqQnode::dw [protected]
 

The default score.


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