Uses of Class
edu.isi.pegasus.planner.dax.Transformation
-
Packages that use Transformation Package Description 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 Modifier and Type Field Description private java.util.Set<Transformation>
ADAG. mTransformations
The List of Transformation objectsMethods in edu.isi.pegasus.planner.dax that return Transformation Modifier and Type Method Description Transformation
Transformation. addInvoke(Invoke invoke)
Add a Notification for this TransformationTransformation
Transformation. addInvoke(Invoke.WHEN when, java.lang.String what)
Add a Notification for this TransformationTransformation
Transformation. addInvokes(java.util.List<Invoke> invokes)
Add a List of Notifications for this TransformationTransformation
Transformation. addNotification(Invoke.WHEN when, java.lang.String what)
Add a Notification for this Transformation same as addInvoke()Transformation
Transformation. addNotifications(java.util.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 transformationTransformation
Transformation. uses(java.util.List<CatalogType> filesorexecutables)
Set the List of files and/or executables being used by the transformationMethods in edu.isi.pegasus.planner.dax that return types with arguments of type Transformation Modifier and Type Method Description java.util.Set<Transformation>
ADAG. getTransformations()
Returns a set of Transformation Objects (complex executables) stored in the DAX based Transformation CatalogMethods in edu.isi.pegasus.planner.dax with parameters of type Transformation Modifier and Type Method Description ADAG
ADAG. addTransformation(Transformation transformation)
Add Transformation to the DAXboolean
ADAG. containsTransformation(Transformation transformation)
Checks if a given Transformation exists in the DAX based Transformation CatalogMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type Transformation Modifier and Type Method Description ADAG
ADAG. addTransformations(java.util.List<Transformation> transformations)
Add Multiple Transformation to the DAXConstructors in edu.isi.pegasus.planner.dax with parameters of type Transformation Constructor Description Transformation(Transformation t)
Copy Constructor
-