Uses of Class
gov.nist.nlpir.irf.InfoObj

Packages that use InfoObj
gov.nist.nlpir.irf classes and interfaces at the highest level of the framework 
gov.nist.nlpir.irf.de classes and interfaces that model data elements - parts of documents 
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
 

Uses of InfoObj in gov.nist.nlpir.irf
 

Subclasses of InfoObj in gov.nist.nlpir.irf
 class LinkableInfoObj
          Base class for Linkable Information Objects, basis of IR Document Class Objects
 

Uses of InfoObj in gov.nist.nlpir.irf.de
 

Subclasses of InfoObj in gov.nist.nlpir.irf.de
 class DeDouble
          Representation of a double as a DataElem.
 class DeHtml
          This class is subclass of DeString specialized in its methods to handle HTML-formatted text.
 class DeInteger
          Representation of a integer as a DataElem.
 class DePersonName
          Instances of this class represent a person name.
 class DeString
          Representation of a string as a DataElem.
 

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

Subclasses of InfoObj in gov.nist.nlpir.irf.index
 class IdfIndex
          A special Index dedicated to Inverse Document Frequencies instead of general data elements.
 class Index
          Provides some basic index information and access to the index features.
 class KeyWordIndex
          Extends the Index for KeyWord indexes.