|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.IR
Class TermInformation

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.k_int.IR.TermInformation