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

Packages that use UnsupportedQueryException
de.unidu.is.retrieval Provides a unique interface for interacting an with XML retrieval engines. 
de.unidu.is.retrieval.hyrex Provides classes for interacting with the HyREX XML retrieval engine. 
de.unidu.is.retrieval.pire Provides the PIRE retrieval engine. 
de.unidu.is.retrieval.pire.examples Examples for PIRE. 
 

Uses of UnsupportedQueryException in de.unidu.is.retrieval
 

Methods in de.unidu.is.retrieval that throw UnsupportedQueryException
 java.util.List AbstractRetriever.getResultSummaries(Query query)
          Returns a summarised result for the specified query.
 java.util.List Async2SyncRetriever.getResult(Query query)
           
 java.util.List Async2SyncRetriever.getResultSummaries(Query query)
           
 java.util.List Retriever.getResult(Query query)
          Returns result for the specified query.
 java.util.List Retriever.getResultSummaries(Query query)
          Returns a summarised result for the specified query.
 

Uses of UnsupportedQueryException in de.unidu.is.retrieval.hyrex
 

Methods in de.unidu.is.retrieval.hyrex that throw UnsupportedQueryException
static void Example.main(java.lang.String[] args)
           
 java.util.List HyREXRetriever.getResult(Query query)
          Returns result for the specified query.
 

Uses of UnsupportedQueryException in de.unidu.is.retrieval.pire
 

Methods in de.unidu.is.retrieval.pire that throw UnsupportedQueryException
 java.util.List PDatalogIR.getResult(Query query)
          Returns result for the specified query.
 Moments PDatalogIR.getMoments(Query query)
          Returns the expectation and the variance of the RSVs for the specified query.
 

Uses of UnsupportedQueryException in de.unidu.is.retrieval.pire.examples
 

Methods in de.unidu.is.retrieval.pire.examples that throw UnsupportedQueryException
static void AsyncExample.main(java.lang.String[] args)
           
static void Example.main(java.lang.String[] args)
           
static void PIREExampleUtils.retrieveAndPrint(Retriever retriever, Query query)
          Performs retrieval w.r.t. the specified query, and prints the results to STDOUT.
static void SyncExample.main(java.lang.String[] args)