edu.isi.pegasus.planner.selector.transformation
Class Installed
java.lang.Object
edu.isi.pegasus.planner.selector.TransformationSelector
edu.isi.pegasus.planner.selector.transformation.Installed
public class Installed
- extends TransformationSelector
This implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED y on the submit site.
- Version:
- $Revision: 2076 $
- Author:
- Gaurang Mehta
|
Method Summary |
List |
getTCEntry(List tcentries)
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 |
Installed
public Installed()
getTCEntry
public List getTCEntry(List tcentries)
- 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.
- Returns:
- List returns a List of TransformationCatalogEntry objects of type INSTALLED
Copyright © 2011 The University of Southern California. All Rights Reserved.