A B C D E F G H I J K L M N O P Q R S T U V W X

F

Failure - Class in mauda
Storage-class for failures, with important internal attributes.
Failure() - Constructor for class mauda.Failure
Creates a new Failure-Object
FALSE_CORRECT - Static variable in class mauda.feedback.FaultEvaluator
ID that defines that the student thought that a correct operation was incorrect.
FALSE_FAILURE_TYPE_SELECTED - Static variable in class mauda.feedback.FaultEvaluator
ID that defines that the student selected the false type of the failure.
FALSE_NOT_FIRST - Static variable in class mauda.feedback.FaultEvaluator
ID that defines that the student found a failure, but it was not the first failure.
FAULT - Static variable in class mauda.ExerciseMode
FaultMode
FAULT_FEEDBACK - Static variable in class mauda.feedback.select.FeedbackSelector
Fault-Feedback.
FaultEvaluator - Class in mauda.feedback
The automatic evaluator of FaultMode-exercises
FaultEvaluator() - Constructor for class mauda.feedback.FaultEvaluator
Creates a FaultEvaluator
FaultFeedback - Class in mauda.feedback.types
Provides the logic for Fault-Feedback in FaultMode- exercises.
FaultFeedback(FeedbackExercise) - Constructor for class mauda.feedback.types.FaultFeedback
Creates a FaultFeedback
FeedbackExercise - Class in mauda.feedback
Extends Exercise-class to hold Feedback-specific information.
FeedbackExercise(String) - Constructor for class mauda.feedback.FeedbackExercise
Creates a FeedbackExercise
FeedbackGenerator - Class in mauda.feedback
Central class for generating feedback.
FeedbackGenerator(Exercise) - Constructor for class mauda.feedback.FeedbackGenerator
Creates a FeedbackGenerator
feedbackGenerator - Static variable in class mauda.feedback.SimpleFeedback
 
FeedbackKB - Class in mauda.feedback
Knowledge-Base for Feedback-Information.
FeedbackKB() - Constructor for class mauda.feedback.FeedbackKB
Creates a FeedbackKB
FeedbackKBObject - Class in mauda.feedback
Storage of one element from the feedback-knowledge-base.
FeedbackKBObject() - Constructor for class mauda.feedback.FeedbackKBObject
Creates a FeedbackKBObject
FeedbackObject - Class in mauda.feedback
Indepented object for storing adequat feedback.
FeedbackObject() - Constructor for class mauda.feedback.FeedbackObject
Create a FeedbackObject
FeedbackPanel - Class in mauda.feedback
The panel for displaying feedback-messages
FeedbackPanel(FeedbackExercise) - Constructor for class mauda.feedback.FeedbackPanel
Creates a FeedbackPanel
FeedbackSelector - Class in mauda.feedback.select
Selector for chosing a specific feedback-type
FeedbackSelector() - Constructor for class mauda.feedback.select.FeedbackSelector
Creates a FeedbackSelector
FibHeap - Class in mauda.plugin.fibheap
Implements and animates the data structure 'Fibonacci heap' (F-heap) and the operations defined to manipulate the structure.
FibHeap() - Constructor for class mauda.plugin.fibheap.FibHeap
Creates a new, empty FibHeap.
FibHeapAnalyse - Class in mauda.plugin.fibheap
The analyzer-class for automatic generation of FibHeap- Exercises.
FibHeapAnalyse() - Constructor for class mauda.plugin.fibheap.FibHeapAnalyse
Creates a FibHeap-Analyzer
FibHeapDS - Class in mauda.plugin.fibheap
A fast-class for operations of FibHeaps
FibHeapDS() - Constructor for class mauda.plugin.fibheap.FibHeapDS
Creates a new, empty FibHeap.
FibHeapDSExt - Class in mauda.plugin.fibheap
Extends the FibHeapDS-class by fast direct access to nodes.
FibHeapDSExt() - Constructor for class mauda.plugin.fibheap.FibHeapDSExt
 
FibHeapExt - Class in mauda.plugin.fibheap
Extends the FibHeap-class by fast direct access to nodes.
FibHeapExt() - Constructor for class mauda.plugin.fibheap.FibHeapExt
 
FibHeapInteractive - Class in mauda.plugin.fibheap
Generates and controls the interactive access to FibHeaps.
FibHeapInteractive(Exercise) - Constructor for class mauda.plugin.fibheap.FibHeapInteractive
Creates a FibHeap-Interactive
FibHeapKBFormulaEvaluator - Class in mauda.plugin.fibheap
Evaluates special constants in formulas in the Knowledge- Base.
FibHeapKBFormulaEvaluator(Exercise) - Constructor for class mauda.plugin.fibheap.FibHeapKBFormulaEvaluator
Creates a FibHeap-Knowledge-Base Formual Evaluator
FibHeapOperationExecuter - Class in mauda.plugin.fibheap
Maps operation-ids to the corresponding methods in the FibHeap-data-structure.
FibHeapOperationExecuter() - Constructor for class mauda.plugin.fibheap.FibHeapOperationExecuter
Creates a FibHeap-Operation-Executer
FibHeapOperations - Interface in mauda.plugin.fibheap
Interface for the base-operations on Fibonacci-Heaps.
FibHeapSubOperations - Interface in mauda.plugin.fibheap
Interface for the suboperations on Fibonacci-Heaps.
FibNode - Class in mauda.plugin.fibheap
Describes a node in a Fibonacci heap.
FibNode(int) - Constructor for class mauda.plugin.fibheap.FibNode
Creates a new node with the specified key.
FibNodeDS - Class in mauda.plugin.fibheap
 
FibNodeDS(int) - Constructor for class mauda.plugin.fibheap.FibNodeDS
Creates a new node with the specified key.
FibNodeObj - Class in mauda.plugin.fibheap
Relevance: Animation programmer
Since: 0.951, version 0.99rc1
Implementation of the LabelledNodeItem interface (which is a sub-interface of NodeItem).
FibNodeObj(DPair) - Constructor for class mauda.plugin.fibheap.FibNodeObj
Relevance: Animation programmer
Since: 0.951, version 0.99rc1
Create a NodeObj instance with the given parameters.
FibNodeObj(DPair, String) - Constructor for class mauda.plugin.fibheap.FibNodeObj
Relevance: Animation programmer
Since: 0.951, version 0.99rc1
Create a NodeObj instance with the given parameters.
FibNodeObj(DPair, String, String, String) - Constructor for class mauda.plugin.fibheap.FibNodeObj
Relevance: Animation programmer
Since: 0.951, version 0.99rc1
Create a NodeObj instance with the given parameters.
fibNodes - Variable in class mauda.plugin.fibheap.FibHeapDS
 
FileLocation - Class in mauda.utils
Stores the directory and file-settings where to save exercises and additional data
FileLocation() - Constructor for class mauda.utils.FileLocation
Creates a FileLocation
FILENAME_CHANGED - Static variable in class mauda.ExerciseUpdateEvent
ID that indicates that the filename of the current exercise was changed.
filledFormula - Variable in class mauda.plugin.KBFormulaEvaluator
Contains the currently filled Formula.
findmin() - Method in class mauda.plugin.binqueue.BinQueue
 
FINISHED_LOADING - Static variable in class mauda.ExerciseUpdateEvent
ID that indicates that the exercise was finished in loading.
FIRST_FAILURE_FOUND - Static variable in class mauda.feedback.FaultEvaluator
ID that defines that the student found the first failure
focus() - Method in class mauda.plugin.fibheap.FibNode
Sets the focus of attention to this node.
forceZoom(Exercise) - Static method in class mauda.AutomaticZoomThread
Perform an automatic zoom immediately.
FormulaTest - Class in work
Short programm to verify the evaluation of formulas from knowledge-base.
FormulaTest() - Constructor for class work.FormulaTest
 
forward() - Method in class help.HelpTree
Go one step forward in the documentation
forward() - Method in class mauda.Exercise
Performs a step forward.
FORWARD - Static variable in class mauda.ExerciseUpdateEvent
ID that indicates that a redo was made
FORWARD_ANIMATED - Static variable in class mauda.ExerciseUpdateEvent
ID that indicates that a animated redo was made.
FULL_LOADED - Static variable in class mauda.ExerciseUpdateEvent
ID that indicates that an exercise is fully loaded
fullAutomatic(Object, OperationQueue, OperationQueue, OperationQueue, int, int) - Method in interface mauda.plugin.Analysable
Generates a complete exercise from the given parameters.
fullAutomatic(Object, OperationQueue, OperationQueue, OperationQueue, int, int) - Method in class mauda.plugin.binqueue.BinQueueAnalyse
 
fullAutomatic(Object, OperationQueue, OperationQueue, OperationQueue, int, int) - Method in class mauda.plugin.fibheap.FibHeapAnalyse
 
fullAutomatic(Object, OperationQueue, OperationQueue, OperationQueue, int, int) - Static method in class mauda.plugin.GeneralAnalyst
Generates a complete exercise

A B C D E F G H I J K L M N O P Q R S T U V W X