Uses of Interface
org.gcube.dir.master.queries.Query

Packages that use Query
org.gcube.dir.master.fusion.io   
org.gcube.dir.master.queries   
org.gcube.dir.master.selection.io   
 

Uses of Query in org.gcube.dir.master.fusion.io
 

Methods in org.gcube.dir.master.fusion.io that return Query
 Query FusionParameters.getQuery()
          Returns the query which produced the result to merge.
 

Methods in org.gcube.dir.master.fusion.io with parameters of type Query
 void FusionParameters.setQuery(Query query)
          Sets the query which produced the result to merge.
 

Constructors in org.gcube.dir.master.fusion.io with parameters of type Query
FusionParameters(Query query, java.util.Map<java.lang.String,RSXMLReader> RSMap, int numOfResults)
          Creates an instance from a query, the result sets which it produced, and the number of results expected in the merged result set.
 

Uses of Query in org.gcube.dir.master.queries
 

Classes in org.gcube.dir.master.queries that implement Query
 class DefaultQuery
          The default model of queries as collection of DefaultQueryTerm.
 

Uses of Query in org.gcube.dir.master.selection.io
 

Methods in org.gcube.dir.master.selection.io that return Query
 Query SelectionParameters.getQuery()
          Sets the query with respect to which collections are to be selected.
 

Methods in org.gcube.dir.master.selection.io with parameters of type Query
 void SelectionParameters.setQuery(Query query)
          Sets the query with respect to which collections are selected.
 

Constructors in org.gcube.dir.master.selection.io with parameters of type Query
SelectionParameters(Query query, SelectionCriterion criterion)
          Creates a new instance from the query with respect to which collections are to be selected.