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.FORMATADAG.DEFAULT_FORMATThe default format to use for writing out the Abstract Workflow.Methods in edu.isi.pegasus.planner.dax that return ADAG.FORMATModifier and TypeMethodDescriptionstatic ADAG.FORMATReturns 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 TypeMethodDescriptionvoidADAG.writeTo(Writer writer, ADAG.FORMAT format) Generate a DAX File out of this object;voidADAG.writeToFile(String daxfile, ADAG.FORMAT format) Generate a DAX File out of this object;voidADAG.writeToSTDOUT(ADAG.FORMAT format) Convenience function to write out the generated DAX to stdout