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. mCompoundTransformationsMap 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 voidCallback. cbCompoundTransformation(CompoundTransformation compoundTransformation)Callback when a compound transformation is encountered in the DAX from Section 3: that lists Transformations that Aggregate executables and FilesvoidDAX2CDAG. cbCompoundTransformation(CompoundTransformation compoundTransformation)Callback when a compound transformation is encountered in the DAXvoidDAX2Graph. cbCompoundTransformation(CompoundTransformation compoundTransformation)Callback when a compound transformation is encountered in the DAXvoidDAX2Metadata. cbCompoundTransformation(CompoundTransformation compoundTransformation)Callback when a compound transformation is encountered in the DAXvoidDAX2NewGraph. cbCompoundTransformation(CompoundTransformation compoundTransformation)Callback when a compound transformation is encountered in the DAXvoidExampleDAXCallback. cbCompoundTransformation(CompoundTransformation compoundTransformation)Callback when a compound transformation is encountered in the DAX
-