Package | Description |
---|---|
cz.cuni.mff.corrector.execution |
Supporting classes for corrector implementations.
|
Modifier and Type | Method and Description |
---|---|
Variables.Phase |
Variables.getExecutionPhase()
Returns the current value of the internal execution phase.
|
static Variables.Phase |
Variables.Phase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Variables.Phase[] |
Variables.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Variables.hasExecutionPhase(Variables.Phase queriedPhase)
Detects whether the execution phase corresponds to the given value.
|
void |
Variables.setExecutionPhase(Variables.Phase newPhase)
Sets a new value of the internal execution phase.
|