| Package | Description |
|---|---|
| edu.isi.pegasus.planner.parser.dax |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CompoundTransformation> |
DAX2CDAG.mCompoundTransformations
Map of Compound Transfomations indexed by complete name of the compound
transformation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DAX2NewGraph.cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX
|
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 Files
|
void |
ExampleDAXCallback.cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX
|
void |
DAX2CDAG.cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX
|
void |
DAX2Graph.cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX
|
void |
DAX2Metadata.cbCompoundTransformation(CompoundTransformation compoundTransformation)
Callback when a compound transformation is encountered in the DAX
|