Uses of Class
org.gcube.dir.master.state.CollectionSet

Packages that use CollectionSet
org.gcube.dir.master.fusion.mergers   
org.gcube.dir.master.selection.rankers   
org.gcube.dir.master.tasks   
 

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

Methods in org.gcube.dir.master.fusion.mergers that return CollectionSet
 CollectionSet Merger.getSet()
          Returns the target CollectionSet
 

Methods in org.gcube.dir.master.fusion.mergers with parameters of type CollectionSet
 RSXMLWriter Merger.merge(PARAMS params, CollectionSet set)
          Returns a writer to the resultset of merged results.
 

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

Methods in org.gcube.dir.master.selection.rankers with parameters of type CollectionSet
 java.util.List<? extends RANK> Ranker.rank(PARAMS params, CollectionSet set)
          Ranks the collections in a CollectionSet in accordance with given selection parameters.
 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.
 

Uses of CollectionSet in org.gcube.dir.master.tasks
 

Constructors in org.gcube.dir.master.tasks with parameters of type CollectionSet
SelfStager(CollectionSet coll)
          Creates a new instance associated with a given collection set.