Uses of Enum Class
edu.isi.pegasus.planner.dax.ADAG.FORMAT
Packages that use ADAG.FORMAT
-
Uses of ADAG.FORMAT in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as ADAG.FORMATModifier and TypeFieldDescriptionstatic 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.FORMATModifier and TypeMethodDescriptionstatic ADAG.FORMAT
Returns the enum constant of this class with the specified name.static ADAG.FORMAT[]
ADAG.FORMAT.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type ADAG.FORMATModifier and TypeMethodDescriptionvoid
ADAG.writeTo
(Writer writer, ADAG.FORMAT format) Generate a DAX File out of this object;void
ADAG.writeToFile
(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