Uses of Class
edu.isi.pegasus.planner.dax.Transformation

Packages that use Transformation
edu.isi.pegasus.planner.dax   
 

Uses of Transformation in edu.isi.pegasus.planner.dax
 

Fields in edu.isi.pegasus.planner.dax with type parameters of type Transformation
private  Set<Transformation> ADAG.mTransformations
          The List of Transformation objects
 

Methods in edu.isi.pegasus.planner.dax that return Transformation
 Transformation Transformation.addInvoke(Invoke.WHEN when, String what)
          Add a Notification for this Transformation
 Transformation Transformation.addInvoke(Invoke invoke)
          Add a Notification for this Transformation
 Transformation Transformation.addInvokes(List<Invoke> invokes)
          Add a List of Notifications for this Transformation
 Transformation Transformation.uses(CatalogType fileorexecutable)
          Set the file or executable being used by the transformation
 Transformation Transformation.uses(List<CatalogType> filesorexecutables)
          Set the List of files and/or executables being used by the transformation
 

Methods in edu.isi.pegasus.planner.dax with parameters of type Transformation
 ADAG ADAG.addTransformation(Transformation transformation)
          Add Transformation to the DAX
 boolean ADAG.containsTransformation(Transformation transformation)
          Checks if a given Transformation exists in the DAX based Transformation Catalog
 

Method parameters in edu.isi.pegasus.planner.dax with type arguments of type Transformation
 ADAG ADAG.addTransformations(List<Transformation> transformations)
          Add Multiple Transformation to the DAX
 

Constructors in edu.isi.pegasus.planner.dax with parameters of type Transformation
Transformation(Transformation t)
          Copy Constructor
 



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