java.lang.Object
edu.isi.pegasus.planner.selector.TransformationSelector
edu.isi.pegasus.planner.selector.transformation.Staged

public class Staged extends TransformationSelector
This implementation of the Selector select a transformation of type STAGEABLE on all sites.
Version:
$Revision$
Author:
Gaurang Mehta
  • Constructor Details

    • Staged

      public Staged()
  • Method Details

    • getTCEntry

      public List getTCEntry(List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, String preferredSite)
      Takes a list of TransformationCatalogEntry objects and returns 1 or many TransformationCatalogEntry objects as a list by selecting only Static stageable binary's
      Specified by:
      getTCEntry in class TransformationSelector
      Parameters:
      tcentries - List
      preferredSite - the preferred site for selecting the TC entries
      Returns:
      List