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

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

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

Subclasses of ISelectionCriterion in org.gcube.dir.master.stubs
 class IBestScoresCriterion
           
 class IResultDistributionCriterion
           
 class ITopNCriterion
           
 

Methods in org.gcube.dir.master.stubs that return ISelectionCriterion
 ISelectionCriterion ISelectionParameters.getCriterion()
          Gets the criterion value for this ISelectionParameters.
 

Methods in org.gcube.dir.master.stubs with parameters of type ISelectionCriterion
 void ISelectionParameters.setCriterion(ISelectionCriterion criterion)
          Sets the criterion value for this ISelectionParameters.
 

Constructors in org.gcube.dir.master.stubs with parameters of type ISelectionCriterion
ISelectionParameters(ISelectionCriterion criterion, IQuery query)