Uses of Class
edu.isi.pegasus.planner.dax.ADAG.FORMAT
-
Packages that use ADAG.FORMAT Package Description edu.isi.pegasus.planner.dax -
-
Uses of ADAG.FORMAT in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as ADAG.FORMAT Modifier and Type Field Description static ADAG.FORMAT
ADAG. DEFAULT_FORMAT
The default format to use for writing out the Abstract Workflow.Methods in edu.isi.pegasus.planner.dax that return ADAG.FORMAT Modifier and Type Method Description static ADAG.FORMAT
ADAG.FORMAT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ADAG.FORMAT[]
ADAG.FORMAT. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type ADAG.FORMAT Modifier and Type Method Description void
ADAG. writeTo(java.io.Writer writer, ADAG.FORMAT format)
Generate a DAX File out of this object;void
ADAG. writeToFile(java.lang.String daxfile, ADAG.FORMAT format)
Generate a DAX File out of this object;void
ADAG. writeToSTDOUT(ADAG.FORMAT format)
Convenience function to write out the generated DAX to stdout
-