Interface | Description |
---|---|
AlgorithmExerciseHandler |
Handler of an exercise mode that processes
AlgorithmExercise s. |
AlgorithmExerciseProvider |
A provider that handles (primary displays) the exercises of an algorithm.
|
AlgorithmStateAttachment |
Represents an attachment of an
AlgorithmState . |
RTEListener |
Listener to get notified by the algorithm runtime environment about several events.
|
Class | Description |
---|---|
AlgorithmExercise<T> |
Represents an abstract exercise that could be linked with an
AlgorithmStep . |
AlgorithmRTE |
The runtime environment of an algorithm.
|
AlgorithmState |
Stores the state of an algorithm after (executing) a specific step of the algorithm.
|
RTEAdapter |
Provides a default implementation of
RTEListener . |
RTEvent |
Represents the data of a runtime event which is provided by a
RTEListener . |
RTTransition<T> |
The base class of a transition to animate sequences in an algorithm visualization.
|
Enum | Description |
---|---|
AlgorithmExercise.ExamResult |
The result of an examination.
|