Uses of Class
edu.isi.pegasus.planner.classes.CompoundTransformation
-
Packages that use CompoundTransformation Package Description edu.isi.pegasus.planner.parser.dax -
-
Uses of CompoundTransformation in edu.isi.pegasus.planner.parser.dax
Fields in edu.isi.pegasus.planner.parser.dax with type parameters of type CompoundTransformation Modifier and Type Field Description protected java.util.Map<java.lang.String,CompoundTransformation>
DAX2CDAG. mCompoundTransformations
Map of Compound Transformations indexed by complete name of the compound transformation.Methods in edu.isi.pegasus.planner.parser.dax with parameters of type CompoundTransformation Modifier and Type Method Description void
Callback. cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX from Section 3: that lists Transformations that Aggregate executables and Filesvoid
DAX2CDAG. cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAXvoid
DAX2Graph. cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAXvoid
DAX2Metadata. cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAXvoid
DAX2NewGraph. cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAXvoid
ExampleDAXCallback. cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX
-