Class wais.WAISTermInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wais.WAISTermInfo

java.lang.Object
   |
   +----wais.WAISTermInfo

public class WAISTermInfo
extends Object
Container for source-wide informatin for WAIS terms

Constructor Index

 o WAISTermInfo(int, int)
Construct a new WAISTermInfo

Method Index

 o GetDocumentFrequency()
Return the number of documents this term appears in
 o GettotalOccs()
Return the number of occurrences of this term in the source.

Constructors

 o WAISTermInfo
  public WAISTermInfo(int documentFrequency,
                      int totalOccs)
Construct a new WAISTermInfo
Parameters:
documentFrequency - Number of documents this term appears in
totalOccs - total number of occurrences of this term in the source

Methods

 o GetDocumentFrequency
  public int GetDocumentFrequency()
Return the number of documents this term appears in
 o GettotalOccs
  public int GettotalOccs()
Return the number of occurrences of this term in the source.

All Packages  Class Hierarchy  This Package  Previous  Next  Index