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

TermInfo Class Reference

Abstract Representation of Term Information Entry. More...

#include <TermInfoList.hpp>

Inheritance diagram for TermInfo:

Term BasicTermInfo InvFPTerm List of all members.

Public Methods

virtual ~TermInfo ()
virtual int id ()=0
 term id.

virtual int count ()=0
 term count in the doc.


Detailed Description

Abstract Representation of Term Information Entry.

This is an abstract class that represents the information associated with each term entry in the doc to term index. The basic information includes the term ID and the frequency of the term.


Constructor & Destructor Documentation

TermInfo::~TermInfo ( ) [inline, virtual]
 


Member Function Documentation

int TermInfo::count ( ) [pure virtual]
 

term count in the doc.

Reimplemented from Term.

Reimplemented in BasicTermInfo, and InvFPTerm.

int TermInfo::id ( ) [pure virtual]
 

term id.

Reimplemented from Term.

Reimplemented in BasicTermInfo, and InvFPTerm.


The documentation for this class was generated from the following file:
Generated at Fri Jul 26 18:23:00 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000