edu.isi.pegasus.planner.selector.transformation
Class Staged

java.lang.Object
  extended by edu.isi.pegasus.planner.selector.TransformationSelector
      extended by 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: 2638 $
Author:
Gaurang Mehta

Field Summary
 
Fields inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
mLogger, PACKAGE_NAME
 
Constructor Summary
Staged()
           
 
Method Summary
 List getTCEntry(List tcentries)
          Takes a list of TransformationCatalogEntry objects and returns 1 or many TransformationCatalogEntry objects as a list by selecting only Static stageable binary's
 
Methods inherited from class edu.isi.pegasus.planner.selector.TransformationSelector
loadTXSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Staged

public Staged()
Method Detail

getTCEntry

public List getTCEntry(List tcentries)
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
Returns:
List


Copyright © 2011 The University of Southern California. All Rights Reserved.