Uses of Package
gov.nist.nlpir.irf.proxy

Packages that use gov.nist.nlpir.irf.proxy
gov.nist.nlpir.irf.de classes and interfaces that model data elements - parts of documents 
gov.nist.nlpir.irf.document classes and interfaces that model documents and collections of documents 
gov.nist.nlpir.irf.feature classes that model indexing features of various types 
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 
gov.nist.nlpir.irf.irfman classes that provide high-level management of information retrieval application resources 
gov.nist.nlpir.irf.proxy classes that model what is common to all proxies and their management. 
gov.nist.nlpir.irfapps.hci classes supporting the IRF-based HCI application: text IR against a collection of TROFF-formatted abstracts of HCI articles. 
gov.nist.nlpir.irfapps.trec classes modeling concepts common to IRF-based IR applications againt TREC-like document collections 
gov.nist.nlpir.irfapps.trec.cran classes modeling IRF-based IR applications against the Cranfield document collection in TREC-format 
gov.nist.nlpir.irfapps.trec.fbis classes modeling IRF-based IR applications against the Foreign Broadcast Information Service (FBIS) document collection in TREC-format 
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.de
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.document
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.feature
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.index
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.index.braf
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.irfman
HandlesByOid
          The HandlesByOid table is responsible for keeping track of the handle of each persistent object by its object identifier (Oid).
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irf.proxy
HandlesByOid
          The HandlesByOid table is responsible for keeping track of the handle of each persistent object by its object identifier (Oid).
Oid
          This class encapsulates the Object Identifier concept - a value which is unique to each object.

Right now, this class is just an int wrapper.
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irfapps.hci
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irfapps.trec
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irfapps.trec.cran
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.
 

Classes in gov.nist.nlpir.irf.proxy used by gov.nist.nlpir.irfapps.trec.fbis
VirtualProxy
          This is an abstract class which represents what's common to all proxies for support of on-demand (de)materialization of the real objects for which they stand.