Uses of Class
gov.nist.nlpir.irf.query.QueryCondition

Packages that use QueryCondition
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.result classes that model the result of a search as a hierarchy of nested results corresponding to the structure of the query 
 

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

Methods in gov.nist.nlpir.irf.index with parameters of type QueryCondition
 java.util.Vector IdxIntern.evalQueryCondition(QueryCondition condition)
          Evaluates a query condition.
 java.util.Vector IdxIntern.evalQueryCondition(QueryCondition condition, java.util.Vector setIndexingFeatures)
          Generates a vector of results that match the features in the specified query condition.
 java.util.Vector IdxIntern.makeResultForDocMatchingQueryCondition(QueryCondition condition, java.util.Hashtable setBRR)
          Generates a vector of results for a given query condition
 

Uses of QueryCondition in gov.nist.nlpir.irf.result
 

Fields in gov.nist.nlpir.irf.result declared as QueryCondition
private  QueryCondition ResultForDocMatchingQueryCondition.condition
          The query condition met by this result
 

Methods in gov.nist.nlpir.irf.result that return QueryCondition
 QueryCondition ResultForDocMatchingQueryCondition.getQueryCondition()
          Gets the condition.
 

Constructors in gov.nist.nlpir.irf.result with parameters of type QueryCondition
ResultForDocMatchingQueryCondition.ResultForDocMatchingQueryCondition(QueryCondition condition, ProxyDocument doc, java.util.Vector basicResults)
          Creates a ResultForDocMatchingQueryCondition for the supplied query condition, document and results.