Package | Description |
---|---|
cz.cuni.mff.corrector.execution |
Supporting classes for corrector implementations.
|
Modifier and Type | Method and Description |
---|---|
Dependencies.State |
Dependencies.getExecutionState()
Returns the current value of the the execution state.
|
static Dependencies.State |
Dependencies.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dependencies.State[] |
Dependencies.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Dependencies.setExecutionState(Dependencies.State newState)
Sets a new value of the execution state of the task.
|