| java.lang.Object edu.isi.pegasus.planner.ranking.Rank
Rank | public class Rank (Code) | | The Rank class that ranks the DAX'es
author: Karan Vahi version: $Revision: 445 $ |
Constructor Summary | |
public | Rank() The default constructor. |
Rank | public Rank()(Code) | | The default constructor.
|
initialize | public void initialize(PegasusBag bag, List sites, String id)(Code) | | Initializes the rank client.
Parameters: bag - the PegasusBag. Parameters: sites - the sites where the wf can run potentially. Parameters: id - the request id |
rank | public Collection<Ranking> rank(Collection<String> daxes)(Code) | | Ranks the daxes, and returns a sort collection of Ranking objects.
Parameters: daxes - Collection a sorted collection according to the ranks. |
|
|