Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Class TermInformation  view TermInformation download TermInformation.java

java.lang.Object
  extended bycom.k_int.IR.TermInformation

public class TermInformation
extends java.lang.Object

TermInformation: Information about a term, for example number of occurences in the database, etc.


Field Summary
 int number_of_occurences
           
 java.lang.String the_term
           
 
Constructor Summary
TermInformation(java.lang.String the_term, int number_of_occurences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

the_term

public java.lang.String the_term

number_of_occurences

public int number_of_occurences
Constructor Detail

TermInformation

public TermInformation(java.lang.String the_term,
                       int number_of_occurences)