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. mTransformationsThe List of Transformation objectsMethods in edu.isi.pegasus.planner.dax that return Transformation Modifier and Type Method Description TransformationTransformation. addInvoke(Invoke invoke)Add a Notification for this TransformationTransformationTransformation. addInvoke(Invoke.WHEN when, java.lang.String what)Add a Notification for this TransformationTransformationTransformation. addInvokes(java.util.List<Invoke> invokes)Add a List of Notifications for this TransformationTransformationTransformation. addNotification(Invoke.WHEN when, java.lang.String what)Add a Notification for this Transformation same as addInvoke()TransformationTransformation. addNotifications(java.util.List<Invoke> invokes)Add a List of Notifications for this Transformation.TransformationTransformation. uses(CatalogType fileorexecutable)Set the file or executable being used by the transformationTransformationTransformation. 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 ADAGADAG. addTransformation(Transformation transformation)Add Transformation to the DAXbooleanADAG. 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 ADAGADAG. 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
-