Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
private Set<Transformation> |
ADAG.mTransformations
The List of Transformation objects
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addTransformations(List<Transformation> transformations)
Add Multiple Transformation to the DAX
|
Constructor and Description |
---|
Transformation(Transformation t)
Copy Constructor
|
Copyright © 2011 The University of Southern California. All Rights Reserved.