Uses of Class
de.unidu.is.retrieval.XIRQLQuery

Packages that use XIRQLQuery
de.unidu.is.evaluation.trec Provides classes evaluating TREC-like IR experiments. 
de.unidu.is.retrieval Provides a unique interface for interacting an with XML retrieval engines. 
 

Uses of XIRQLQuery in de.unidu.is.evaluation.trec
 

Methods in de.unidu.is.evaluation.trec that return XIRQLQuery
static XIRQLQuery Queries.getXIRQLQuery(java.lang.String queryID, java.lang.String postfix, java.lang.String attName, java.lang.String operator)
          Returns the query for the specified query id with the specified postfix.
static XIRQLQuery Queries.getXIRQLQuery(java.lang.String queryID, java.lang.String attName, java.lang.String operator)
          Returns the query for the specified query id.
 

Uses of XIRQLQuery in de.unidu.is.retrieval
 

Subclasses of XIRQLQuery in de.unidu.is.retrieval
 class StructuredQuery
          A XIRQL structured (Boolean-style) query, defined by a tree/graph on query nodes.
 class WSumQuery
          A XIRQL weighted-sum query.
 class XIRQLStringQuery
          A XIRQL query defined by a string.