jcolibri.extensions.textual.IE.common.crn
Class CRNIndexEntry

java.lang.Object
  extended by jcolibri.extensions.textual.IE.common.crn.CRNIndexEntry

public class CRNIndexEntry
extends java.lang.Object


Constructor Summary
CRNIndexEntry(java.lang.String unit, java.lang.Object caseId, short freq)
          Creates a new instance of CRNIndexEntry
 
Method Summary
 java.lang.Object getCaseId()
          Returns the caseId in this entry
 short getFreq()
          Returns the frequency in this entry
 java.lang.String getUnit()
          Returns the textual unit in this entry
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRNIndexEntry

public CRNIndexEntry(java.lang.String unit,
                     java.lang.Object caseId,
                     short freq)
Creates a new instance of CRNIndexEntry

Method Detail

getUnit

public java.lang.String getUnit()
Returns the textual unit in this entry

Returns:
The textual unit being indexed

getCaseId

public java.lang.Object getCaseId()
Returns the caseId in this entry

Returns:
ID of the case containing the textual unit

getFreq

public short getFreq()
Returns the frequency in this entry

Returns:
Frequency of the textual unit in the case

print

public void print()