Uses of Class
org.gcube.dir.master.stubs.IQuery

Packages that use IQuery
org.gcube.dir.master.stubs   
 

Uses of IQuery in org.gcube.dir.master.stubs
 

Subclasses of IQuery in org.gcube.dir.master.stubs
 class IDefaultQuery
           
 

Methods in org.gcube.dir.master.stubs that return IQuery
 IQuery ISelectionParameters.getQuery()
          Gets the query value for this ISelectionParameters.
 IQuery IFusionParameters.getQuery()
          Gets the query value for this IFusionParameters.
 

Methods in org.gcube.dir.master.stubs with parameters of type IQuery
 void ISelectionParameters.setQuery(IQuery query)
          Sets the query value for this ISelectionParameters.
 void IFusionParameters.setQuery(IQuery query)
          Sets the query value for this IFusionParameters.
 

Constructors in org.gcube.dir.master.stubs with parameters of type IQuery
IFusionParameters(RSEntry[] RSEntries, int numberOfResults, IQuery query)
           
ISelectionParameters(ISelectionCriterion criterion, IQuery query)