Package | Description |
---|---|
edu.isi.pegasus.planner.code.generator.condor | |
edu.isi.pegasus.planner.common | |
edu.isi.pegasus.planner.parser.pdax |
Modifier and Type | Field and Description |
---|---|
private PegasusProperties.CLEANUP_SCOPE |
SUBDAXGenerator.mCleanupScope
The cleanup scope for the workflows.
|
Modifier and Type | Method and Description |
---|---|
PegasusProperties.CLEANUP_SCOPE |
PegasusProperties.getCleanupScope()
Returns the scope for file cleanup.
|
static PegasusProperties.CLEANUP_SCOPE |
PegasusProperties.CLEANUP_SCOPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PegasusProperties.CLEANUP_SCOPE[] |
PegasusProperties.CLEANUP_SCOPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private PegasusProperties.CLEANUP_SCOPE |
PDAX2MDAG.mCleanupScope
The cleanup scope for the workflows.
|