Uses of Interface
org.gcube.dir.master.Prototyped

Packages that use Prototyped
org.gcube.dir.master.contexts   
org.gcube.dir.master.fusion.mergers   
org.gcube.dir.master.selection.rankers   
 

Uses of Prototyped in org.gcube.dir.master.contexts
 

Methods in org.gcube.dir.master.contexts that return types with arguments of type Prototyped
abstract  java.util.List<? extends Prototyped<?>> Plugin.getProcessors()
          Returns the Prototyped processors that should be installed with the plugin.
 

Method parameters in org.gcube.dir.master.contexts with type arguments of type Prototyped
static void Registry.registerProcessor(java.lang.Class<? extends Prototyped<?>> processorClass)
          Registers a class as a processor for another class, with the implication that instances of the processor class have one or more methods which take instances of the input class as one of their parameters.
 

Uses of Prototyped in org.gcube.dir.master.fusion.mergers
 

Classes in org.gcube.dir.master.fusion.mergers that implement Prototyped
 class ConsistentMerger<PARAMS extends FusionParameters>
          Extend RankingMerger to consistent re-rank the results with respect to cross-collection statistics.
 class RankingMerger<PARAMS extends FusionParameters>
          Implementation of Merger based on a re-ranking of the results.
 class RoundRobinMerger
           
 

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

Classes in org.gcube.dir.master.selection.rankers that implement Prototyped
 class CORIRanker
          A Ranker implementation based on the CORI algorithm.
 class RandomRanker
          A Ranker implementation based on a randomisations of the input collections (suitable for testing).