Uses of Class
edu.isi.pegasus.planner.classes.PlannerOptions.CLEANUP_OPTIONS
-
Packages that use PlannerOptions.CLEANUP_OPTIONS Package Description edu.isi.pegasus.planner.classes -
-
Uses of PlannerOptions.CLEANUP_OPTIONS in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as PlannerOptions.CLEANUP_OPTIONS Modifier and Type Field Description private PlannerOptions.CLEANUP_OPTIONS
PlannerOptions. mCleanup
An enum tracking what type of cleanup needs to be done.Methods in edu.isi.pegasus.planner.classes that return PlannerOptions.CLEANUP_OPTIONS Modifier and Type Method Description PlannerOptions.CLEANUP_OPTIONS
PlannerOptions. getCleanup()
Returns the option indicating whether to do cleanup or not.static PlannerOptions.CLEANUP_OPTIONS
PlannerOptions.CLEANUP_OPTIONS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlannerOptions.CLEANUP_OPTIONS[]
PlannerOptions.CLEANUP_OPTIONS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.isi.pegasus.planner.classes with parameters of type PlannerOptions.CLEANUP_OPTIONS Modifier and Type Method Description void
PlannerOptions. setCleanup(PlannerOptions.CLEANUP_OPTIONS cleanup)
Sets the cleanup option for the planner.
-