Uses of Class
gov.nist.nlpir.irf.de.ProxyDataElem

Packages that use ProxyDataElem
gov.nist.nlpir.irf.de classes and interfaces that model data elements - parts of documents 
gov.nist.nlpir.irf.feature classes that model indexing features of various types 
gov.nist.nlpir.irf.index.braf classes and interfaces that support indexes implemented using buffered random access files 
gov.nist.nlpir.irf.proxy classes that model what is common to all proxies and their management. 
 

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

Subclasses of ProxyDataElem in gov.nist.nlpir.irf.de
 class ProxyDeDouble
          This class represents a DeDouble by proxy.
 class ProxyDeHtml
          This class represents a DeHtml by proxy.

 class ProxyDeInteger
          Proxy representation of a integer as a DataElem.
 class ProxyDePersonName
          Instances of this class represent a DePersonName by proxy
 class ProxyDeString
          An instance of this class is a proxy for a DeString object.

 

Uses of ProxyDataElem in gov.nist.nlpir.irf.feature
 

Fields in gov.nist.nlpir.irf.feature declared as ProxyDataElem
private  ProxyDataElem IndexingFeature.feature
          The feature itself, e.g., a term from a text document
private  ProxyDataElem IndexingFeature.sourceField
          The document field from which the feature was extracted
 

Methods in gov.nist.nlpir.irf.feature that return ProxyDataElem
 ProxyDataElem ProxyIndexingFeature.getFeature()
           
 ProxyDataElem ProxyIndexingFeature.getSourceField()
           
 ProxyDataElem IndexingFeature.getFeature()
          Gets the IF's stored feature
 ProxyDataElem IndexingFeature.getSourceField()
          Gets the field this IF was extracted from.
 

Methods in gov.nist.nlpir.irf.feature with parameters of type ProxyDataElem
 void ProxyIndexingFeature.setFeature(ProxyDataElem feature)
           
 void ProxyIndexingFeature.setSourceField(ProxyDataElem sourceField)
           
 void IndexingFeature.setFeature(ProxyDataElem feature)
          Sets this IF's feature
 void IndexingFeature.setSourceField(ProxyDataElem sourceField)
          Sets the document field this IF was found in.
 

Constructors in gov.nist.nlpir.irf.feature with parameters of type ProxyDataElem
ProxyIndexingFeature.ProxyIndexingFeature(ProxyDataElem feature, ProxyDocument sourceDoc, ProxyDataElem sourceField)
           
ProxyIdxFeatWordInString.ProxyIdxFeatWordInString(ProxyDataElem feature, ProxyDocument sourceDoc, ProxyDataElem sourceField, int wordCount)
           
ProxyIdxFeatWordInText.ProxyIdxFeatWordInText(ProxyDataElem feature, ProxyDocument sourceDoc, ProxyDataElem sourceField, int wordCount, int paragraphCount)
           
IndexingFeature.IndexingFeature(ProxyDataElem feature, ProxyDocument sourceDoc, ProxyDataElem sourceField)
          Constructs a new indexing feature
IdxFeatWordInString.IdxFeatWordInString(ProxyDataElem feature, ProxyDocument sourceDoc, ProxyDataElem sourceField, int wordCount)
           
IdxFeatWordInText.IdxFeatWordInText(ProxyDataElem feature, ProxyDocument sourceDoc, ProxyDataElem sourceField, int wordCount, int paragraphCount)
           
 

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

Methods in gov.nist.nlpir.irf.index.braf with parameters of type ProxyDataElem
 void DeIntern.setDE(ProxyDataElem de)
          Sets the represented data element.
 

Uses of ProxyDataElem in gov.nist.nlpir.irf.proxy
 

Methods in gov.nist.nlpir.irf.proxy that return ProxyDataElem
static ProxyDataElem PersistentObjectManager.buildDE(BufferedRandomAccessFile braf)
          Returns a Proxy Data Element of the type associated with the value in the byte[] passed
 

Methods in gov.nist.nlpir.irf.proxy with parameters of type ProxyDataElem
static void PersistentObjectManager.writeDE(ProxyDataElem theProxy, BufferedRandomAccessFile braf)
          Writes the given proxy in the given file.