|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ir.vsr.TokenOccurrence
A lightweight object for storing information about an occurrence of a token (a.k.a word, term) in a Document.
Field Summary | |
int |
count
The number of times it occurs in the Document |
DocumentReference |
docRef
A reference to the Document where it occurs |
Constructor Summary | |
TokenOccurrence(DocumentReference docRef,
int count)
Create an occurrence with these values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public DocumentReference docRef
public int count
Constructor Detail |
public TokenOccurrence(DocumentReference docRef, int count)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |