Uses of Class
gov.nist.nlpir.irf.index.braf.IoAddrIntern

Packages that use IoAddrIntern
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
gov.nist.nlpir.irf.index.braf classes and interfaces that support indexes implemented using buffered random access files 
 

Uses of IoAddrIntern in gov.nist.nlpir.irf.index
 

Methods in gov.nist.nlpir.irf.index that return IoAddrIntern
 IoAddrIntern IdxIntern.getActualSource(ProxyDocument source)
          In order to retrieve the IoAddrIntern associated to the given document, this method should be called.
 

Methods in gov.nist.nlpir.irf.index with parameters of type IoAddrIntern
 int IdxIntern.getNrOfUniqueFeatures(IoAddrIntern aSource)
          Gets the number of unique features for a source.
 int IdxIntern.getNrOfFeatures(IoAddrIntern aSource)
          Gets the number of features for a source.
 ProxyFeatureList IdxIntern.getIFsWithSource(IoAddrIntern aSource)
          Gets the indexing features of a source.
 java.util.Vector IdxIntern.getFeatures(IoAddrIntern aSource)
          Gets features that are present in supplied source
 void IdfIdxIntern.calcDocumentScore(IoAddrIntern anIO_Addr)
          Computes the document score and sets it in the passed IoAddrIntern.
 

Uses of IoAddrIntern in gov.nist.nlpir.irf.index.braf
 

Methods in gov.nist.nlpir.irf.index.braf that return IoAddrIntern
static IoAddrIntern IoAddrIntern.readFrom(BufferedRandomAccessFile in)
          Tuned deserialization mechanism.