Uses of Interface
org.gcube.dir.master.selection.criteria.SelectionCriterion

Packages that use SelectionCriterion
org.gcube.dir.master.selection.criteria   
org.gcube.dir.master.selection.io   
 

Uses of SelectionCriterion in org.gcube.dir.master.selection.criteria
 

Classes in org.gcube.dir.master.selection.criteria that implement SelectionCriterion
 class BestScoresCriterion
          A criterion to select all collections with a score above a given threshold.
 class ResultDistributionCriterion
          A criterion to select collections based on the number of results which should be retrieved from each collection with respect to an upper bound on the number of results required for a qiven query.
 class TopNCriterion
          A criterion to select all collections below a given rank cutoff.
 

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

Methods in org.gcube.dir.master.selection.io that return SelectionCriterion
 SelectionCriterion SelectionParameters.getCriterion()
          Returns the criterion with respect to which collections are selected.
 

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

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