Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.plugin.views | |
lavesdk.algorithm.text |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmExerciseProvider.beforeProcessingExercise(AlgorithmExercise<?> exercise,
AlgorithmStep step)
Is invoked when the exercise of the current step in the algorithm is loaded and should be presented to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
ExercisesListView.beforeProcessingExercise(AlgorithmExercise<?> exercise,
AlgorithmStep step) |
Modifier and Type | Method and Description |
---|---|
AlgorithmStep |
LaTeXFormula.getStep()
Gets the corresponding step.
|
AlgorithmStep |
AlgorithmText.getStep(int index)
Gets the step at the given index.
|
AlgorithmStep |
AlgorithmParagraph.getStep(int index)
Gets the step at the given index.
|
AlgorithmStep |
AlgorithmText.getStepByID(int id)
Gets the step that has the given id.
|