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

Packages that use CollectionRank
org.gcube.dir.master.selection.criteria   
org.gcube.dir.master.selection.io   
org.gcube.dir.master.selection.rankers   
 

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

Methods in org.gcube.dir.master.selection.criteria with type parameters of type CollectionRank
<T extends CollectionRank>
java.util.List<ExtendedCollectionRank>
ResultDistributionCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
<T extends CollectionRank>
java.util.List<CollectionRank>
BestScoresCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
<T extends CollectionRank>
java.util.List<? extends CollectionRank>
SelectionCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
<T extends CollectionRank>
java.util.List<? extends CollectionRank>
TopNCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
 

Methods in org.gcube.dir.master.selection.criteria that return types with arguments of type CollectionRank
<T extends CollectionRank>
java.util.List<CollectionRank>
BestScoresCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
<T extends CollectionRank>
java.util.List<? extends CollectionRank>
SelectionCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
<T extends CollectionRank>
java.util.List<? extends CollectionRank>
TopNCriterion.select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
 

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

Subclasses of CollectionRank in org.gcube.dir.master.selection.io
 class ExtendedCollectionRank
          Extends CollectionRank with an estimate of the number of results which should be retrieved from the collection.
 

Methods in org.gcube.dir.master.selection.io with parameters of type CollectionRank
 int CollectionRank.compareTo(CollectionRank entry)
          Compares this rank with another, based on score.
 

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

Classes in org.gcube.dir.master.selection.rankers with type parameters of type CollectionRank
 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 types with arguments of type CollectionRank
 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.