Uses of Class
edu.isi.pegasus.planner.dax.Transformation
Packages that use Transformation
-
Uses of Transformation in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type TransformationModifier and TypeFieldDescriptionprivate Set<Transformation>
ADAG.mTransformations
The List of Transformation objectsMethods in edu.isi.pegasus.planner.dax that return TransformationModifier and TypeMethodDescriptionAdd a Notification for this TransformationTransformation.addInvoke
(Invoke.WHEN when, String what) Add a Notification for this TransformationTransformation.addInvokes
(List<Invoke> invokes) Add a List of Notifications for this TransformationTransformation.addNotification
(Invoke.WHEN when, String what) Add a Notification for this Transformation same as addInvoke()Transformation.addNotifications
(List<Invoke> invokes) Add a List of Notifications for this Transformation.Transformation.uses
(CatalogType fileorexecutable) Set the file or executable being used by the transformationTransformation.uses
(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 TransformationModifier and TypeMethodDescriptionADAG.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 TransformationModifier and TypeMethodDescriptionADAG.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 TransformationModifier and TypeMethodDescriptionADAG.addTransformations
(List<Transformation> transformations) Add Multiple Transformation to the DAXConstructors in edu.isi.pegasus.planner.dax with parameters of type Transformation