|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleExercise | |
|---|---|
| mauda | Provides important base-classes and interfaces used by the whole MAUDA-Project. |
| mauda.evaluation | Provides evaluation-specific classes. |
| mauda.feedback | Provides feedback-specific classes, used by the different feedback-types. |
| mauda.generation | Provides classes, to handle exercise-generation-specific things for Generation-Editor. |
| mauda.plugin | Provides common plug-in-specific classes and interfaces, used by implemented plug-ins. |
| Uses of SimpleExercise in mauda |
|---|
| Subclasses of SimpleExercise in mauda | |
|---|---|
class |
Exercise
A central class to hold all relevant exercise-specific values and references to important other classes. |
| Methods in mauda that return SimpleExercise | |
|---|---|
SimpleExercise |
ExerciseUpdateEvent.getExercise()
Returns the exercise-object the event belongs to. |
| Constructors in mauda with parameters of type SimpleExercise | |
|---|---|
ExerciseUpdateEvent(SimpleExercise ex,
int id)
Creates an event |
|
| Uses of SimpleExercise in mauda.evaluation |
|---|
| Subclasses of SimpleExercise in mauda.evaluation | |
|---|---|
class |
EvalExercise
Extends the Exercise-Class by evaluation-specific methods. |
class |
PlayerExercise
Extends Exercise by player-specific methods. |
| Uses of SimpleExercise in mauda.feedback |
|---|
| Subclasses of SimpleExercise in mauda.feedback | |
|---|---|
class |
FeedbackExercise
Extends Exercise-class to hold Feedback-specific information. |
| Uses of SimpleExercise in mauda.generation |
|---|
| Subclasses of SimpleExercise in mauda.generation | |
|---|---|
class |
GenExercise
Extends the Exercise-class to hold specific information that is needed for Generation-Editor. |
| Uses of SimpleExercise in mauda.plugin |
|---|
| Constructors in mauda.plugin with parameters of type SimpleExercise | |
|---|---|
PlugInHandler(SimpleExercise exercise)
Creates a PlugInHandler |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||