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

virtual TermInfo::~TermInfo   [inline, virtual]
 


Member Function Documentation

virtual int TermInfo::count   [pure virtual]
 

term count in the doc

Reimplemented from Term.

Implemented in BasicTermInfo, and InvFPTerm.

virtual int TermInfo::id   [pure virtual]
 

term id

Reimplemented from Term.

Implemented in BasicTermInfo, and InvFPTerm.


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