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

All Known Implementing Classes:
BestScoresCriterion, ResultDistributionCriterion, TopNCriterion

public interface SelectionCriterion

Defines the behaviour common to all selection criteria.

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
<T extends CollectionRank>
java.util.List<? extends CollectionRank>
select(java.util.List<T> ranking)
          Returns an ordered selection of a ranked list of content sources.
 

Method Detail

select

<T extends CollectionRank> java.util.List<? extends CollectionRank> select(java.util.List<T> ranking)
Returns an ordered selection of a ranked list of content sources.

Parameters:
the - ranked list.
Returns:
the selection.