|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.feedback.SimpleFeedback
mauda.feedback.types.FaultFeedback
public class FaultFeedback
Provides the logic for Fault-Feedback in FaultMode- exercises.
| Field Summary |
|---|
| Fields inherited from class mauda.feedback.SimpleFeedback |
|---|
feedbackGenerator, MAX_TRIES |
| Constructor Summary | |
|---|---|
FaultFeedback(FeedbackExercise exercise)
Creates a FaultFeedback |
|
| 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 |
void |
setTodoOperationQueue(OperationQueue oq)
Sets the todo-operations |
void |
stateConfig()
Configurates the state of Fault-Feedback, e.g. after loading an "in process" exercise. |
| Methods inherited from class mauda.feedback.SimpleFeedback |
|---|
displayLoadingMessage, exerciseFinished, exerciseUpdate, getEvaluator, getFeedbackGenerator, getInitOperationQueue, getTodoOperationQueue, setEvaluator, setInitOperationQueue, switchTo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FaultFeedback(FeedbackExercise exercise)
exercise - FeedbackExercise| Method Detail |
|---|
public void setTodoOperationQueue(OperationQueue oq)
SimpleFeedback
setTodoOperationQueue in class SimpleFeedbackoq - todo-operationspublic 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-representationpublic void stateConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||