|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.feedback.SimpleFeedback
mauda.feedback.types.NoTutor
public class NoTutor
Provides the logic for NoTutor (no feedback)
| Field Summary |
|---|
| Fields inherited from class mauda.feedback.SimpleFeedback |
|---|
feedbackGenerator, MAX_TRIES |
| Constructor Summary | |
|---|---|
NoTutor(FeedbackExercise exercise)
Creates a NoTutor-Feedback |
|
| Method Summary | |
|---|---|
int |
getFeedbackTypeID()
Returns the FeedbackTypeID |
void |
load(java.util.HashMap hm)
Loads the values of this feedback with the values from the delivered HashMap-representation |
java.util.HashMap |
save()
Converts all feedback-values in a HashMap-representation for saving-purposes |
| Methods inherited from class mauda.feedback.SimpleFeedback |
|---|
displayLoadingMessage, exerciseFinished, exerciseUpdate, getEvaluator, getFeedbackGenerator, getInitOperationQueue, getTodoOperationQueue, setEvaluator, setInitOperationQueue, setTodoOperationQueue, switchTo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoTutor(FeedbackExercise exercise)
exercise - FeedbackExercise| Method Detail |
|---|
public int getFeedbackTypeID()
SimpleFeedback
getFeedbackTypeID in class SimpleFeedbackFeedbackSelectorpublic java.util.HashMap save()
SimpleFeedback
save in class SimpleFeedbackpublic void load(java.util.HashMap hm)
SimpleFeedback
load in class SimpleFeedbackhm - HashMap-representation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||