Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.plugin.views |
Modifier and Type | Method and Description |
---|---|
static AlgorithmExercise.ExamResult |
AlgorithmExercise.ExamResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmExercise.ExamResult[] |
AlgorithmExercise.ExamResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmExerciseProvider.afterProcessingExercise(AlgorithmExercise<?> exercise,
AlgorithmExercise.ExamResult result,
java.lang.String lastSolution)
Is invoked when the exercise is processed.
|
Modifier and Type | Method and Description |
---|---|
void |
ExercisesListView.afterProcessingExercise(AlgorithmExercise<?> exercise,
AlgorithmExercise.ExamResult result,
java.lang.String lastSolution) |