Uses of Class
org.gcube.dir.master.selection.io.SelectionParameters

Packages that use SelectionParameters
org.gcube.dir.master.porttypes   
org.gcube.dir.master.selection.io   
org.gcube.dir.master.selection.rankers   
 

Uses of SelectionParameters in org.gcube.dir.master.porttypes
 

Method parameters in org.gcube.dir.master.porttypes with type arguments of type SelectionParameters
 ICollectionRanking Master.select(ServiceInputAdapter<? extends SelectionParameters> params)
          Selects the collections in the bound set in accordance with given selection parameters.
 

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

Methods in org.gcube.dir.master.selection.io that return SelectionParameters
 SelectionParameters SelectionParametersAdapter.intern()
          Returns the internal object.
 

Uses of SelectionParameters in org.gcube.dir.master.selection.rankers
 

Classes in org.gcube.dir.master.selection.rankers with type parameters of type SelectionParameters
 interface Ranker<PARAMS extends SelectionParameters,RANK extends CollectionRank>
          Defines the behaviour of objects which ranks collections according to some selection parameters.
 

Methods in org.gcube.dir.master.selection.rankers that return SelectionParameters
 SelectionParameters RandomRanker.getPrototype()
          Returns the object's prototypical input.
 SelectionParameters CORIRanker.getPrototype()
          Returns the object's prototypical input.
 

Methods in org.gcube.dir.master.selection.rankers with parameters of type SelectionParameters
 java.util.List<CollectionRank> RandomRanker.rank(SelectionParameters params, CollectionSet set)
          Ranks the collections in a CollectionSet in accordance with given selection parameters.
 java.util.List<CollectionRank> CORIRanker.rank(SelectionParameters params, CollectionSet set)
          Ranks the collections in a CollectionSet in accordance with given selection parameters.