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

Packages that use ProxyFeatureList
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 ProxyFeatureList in gov.nist.nlpir.irf.index
 

Methods in gov.nist.nlpir.irf.index that return ProxyFeatureList
 ProxyFeatureList IdxIntern.getIFsWithFeature(DeIntern aFeature)
          Gets the indexing features with this feature.
 ProxyFeatureList IdxIntern.getIFsWithSource(IoAddrIntern aSource)
          Gets the indexing features of a source.
 ProxyFeatureList DualKeyContainer.getAllValues()
          Returns a Vector containing all the values stored in the DualKeyContainer.
 ProxyFeatureList DualKeyContainer.getFeatureVector(java.lang.Object source)
          Returns the vector of values associated to the given source.
 ProxyFeatureList DualKeyContainer.getSourceVector(java.lang.Object feature)
          Returns the vector of sources that correspond to the given feature.
 

Methods in gov.nist.nlpir.irf.index with parameters of type ProxyFeatureList
 java.util.Vector IdxIntern.getFeatures(ProxyFeatureList someIF)
          Gest features out of a vector of IndexingFeatures
 

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

Fields in gov.nist.nlpir.irf.index.braf declared as ProxyFeatureList
private  ProxyFeatureList PersistentDualKeyContainer.lastValues
          Caching mechanism objects: This cache is only used by put().
 

Methods in gov.nist.nlpir.irf.index.braf that return ProxyFeatureList
 ProxyFeatureList PersistentDualKeyContainer.getSourceVector(java.lang.Object featureKey)
          Returns the Vector associated to the parameter key.
Contract: The returned ProxyFeatureList must contain every ProxyIndexingFeature that was stored in the PDKC with a featureKey matching the one given in this method's parameter.
 ProxyFeatureList PersistentDualKeyContainer.getFeatureVector(java.lang.Object sourceKey)
          Contract: The returned ProxyFeatureList must contain every ProxyIndexingFeature that was stored in the PDKC with a sourceKey matching the one given in this method's parameter.