Class Installed
java.lang.Object
edu.isi.pegasus.planner.selector.TransformationSelector
edu.isi.pegasus.planner.selector.transformation.Installed
This implementation of the Selector returns a list of TransformationCatalogEntry objects of type
INSTALLED.
- Version:
- $Revision$
- Author:
- Gaurang Mehta
-
Field Summary
Fields inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
mLogger, PACKAGE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTCEntry
(List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, String preferredSite) Returns a list of TransformationCatalogEntry objects of type installed from a List of valid TCEntriesMethods inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
loadTXSelector
-
Constructor Details
-
Installed
public Installed()
-
-
Method Details
-
getTCEntry
public List getTCEntry(List<edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry> tcentries, String preferredSite) Returns a list of TransformationCatalogEntry objects of type installed from a List of valid TCEntries- Specified by:
getTCEntry
in classTransformationSelector
- 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
-