|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.SimpleExercise
mauda.Exercise
mauda.evaluation.EvalExercise
public class EvalExercise
Extends the Exercise-Class by evaluation-specific methods.
| Field Summary |
|---|
| Fields inherited from class mauda.Exercise |
|---|
BOTHOPERATION, compPanel, controlPanel, interactive, jedasPanel, NOPOPUP, OPERATION, opsToAnimate, quickAnim, scheduler, SUBOPERATION |
| Fields inherited from class mauda.SimpleExercise |
|---|
availableOperations, availableSubOperations, operationExecuter |
| Constructor Summary | |
|---|---|
EvalExercise(java.lang.String type)
Creates an EvalExercise |
|
| Method Summary | |
|---|---|
void |
exerciseUpdate(ExerciseUpdateEvent e)
Invoked when an Event occures |
CommentView |
getCommentView()
Returns the used CommentView |
TreeOperationView |
getTreeOperationView()
Returns the used TreeOperationView |
boolean |
loadCompleted(java.util.HashMap ht)
Loads an exercise that was completely processed by a student. |
void |
saveEvaluated(java.lang.String filename)
Saves an evaluated exercise to the given filename |
| Methods inherited from class mauda.Exercise |
|---|
actionsAllowed, addFullLoadedMessage, animate, back, commit, commit, commit, commit, commitInteractive, forward, getInteractiveMode, getUndoRedo, isModified, isReadyToSave, jumpToBeginning, jumpToEnd, load, redo, reset, save, setActionsAllowed, setDifficulty, setInteractiveMode, setMode, setModified, setQuickAnim, stopPlaying, switchTo, undo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvalExercise(java.lang.String type)
type - The plugin-type, e.g. FibHeap| Method Detail |
|---|
public TreeOperationView getTreeOperationView()
public CommentView getCommentView()
public boolean loadCompleted(java.util.HashMap ht)
ht - The Hash-Map-Representation of the exercise.
public void exerciseUpdate(ExerciseUpdateEvent e)
ExerciseUpdateListener
exerciseUpdate in interface ExerciseUpdateListenere - The eventpublic void saveEvaluated(java.lang.String filename)
filename - The filename to save the exercise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||