Class Installed


  • public class Installed
    extends TransformationSelector
    This implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED.
    Version:
    $Revision$
    Author:
    Gaurang Mehta
    • Constructor Summary

      Constructors 
      Constructor Description
      Installed()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getTCEntry​(java.util.List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, java.lang.String preferredSite)
      Returns a list of TransformationCatalogEntry objects of type installed from a List of valid TCEntries
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Installed

        public Installed()
    • Method Detail

      • getTCEntry

        public java.util.List getTCEntry​(java.util.List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries,
                                         java.lang.String preferredSite)
        Returns a list of TransformationCatalogEntry objects of type installed from a List of valid TCEntries
        Specified by:
        getTCEntry in class TransformationSelector
        Parameters:
        tcentries - List The original list containing TransformationCatalogEntries.
        preferredSite - the preferred site for selecting the TC entries
        Returns:
        List returns a List of TransformationCatalogEntry objects of type INSTALLED