lemur::api::TermInfo Class Reference
Abstract Representation of Term Information Entry.
More...
#include <TermInfoList.hpp>
Inheritance diagram for lemur::api::TermInfo:
List of all members.
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
lemur::api::TermInfo::TermInfo |
( |
|
) |
[inline] |
|
lemur::api::TermInfo::TermInfo |
( |
TERMID_T |
termID, |
|
|
COUNT_T |
termCount |
|
) |
[inline] |
|
virtual lemur::api::TermInfo::~TermInfo |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
virtual void lemur::api::TermInfo::count |
( |
COUNT_T |
c |
) |
[inline, virtual] |
|
virtual COUNT_T lemur::api::TermInfo::count |
( |
|
) |
const [inline, virtual] |
|
virtual void lemur::api::TermInfo::position |
( |
LOC_T |
pos |
) |
[inline, virtual] |
|
virtual LOC_T lemur::api::TermInfo::position |
( |
|
) |
const [inline, virtual] |
|
virtual const LOC_T* lemur::api::TermInfo::positions |
( |
|
) |
const [inline, virtual] |
|
virtual void lemur::api::TermInfo::termID |
( |
TERMID_T |
id |
) |
[inline, virtual] |
|
virtual TERMID_T lemur::api::TermInfo::termID |
( |
|
) |
const [inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:05 2010 for Lemur by
1.3.4