Package | Description |
---|---|
edu.isi.pegasus.planner.classes |
Modifier and Type | Field and Description |
---|---|
private PlannerOptions.CLEANUP_OPTIONS |
PlannerOptions.mCleanup
An enum tracking what type of cleanup needs to be done.
|
Modifier and Type | Method and Description |
---|---|
PlannerOptions.CLEANUP_OPTIONS |
PlannerOptions.getCleanup()
Returns the option indicating whether to do cleanup or not.
|
static PlannerOptions.CLEANUP_OPTIONS |
PlannerOptions.CLEANUP_OPTIONS.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
PlannerOptions.setCleanup(PlannerOptions.CLEANUP_OPTIONS cleanup)
Sets the cleanup option for the planner.
|