Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
M
main(String[])
- Static method in class evalplayer.
EvalPlayer
Starts the Evaluation-Player
main(String[])
- Static method in class evaluation.
EvalEditor
Starts the Evaluation-Editor
main(String[])
- Static method in class generation.
AutoGenerator
Starts the AutoGenerator
main(String[])
- Static method in class generation.
GenEditor
Starts the Generation-Editor
main(String[])
- Static method in class help.
HelpFrame
Method to run the help-system directly.
main(String[])
- Static method in class mauda.
AboutFrame
Creates an about-frame.
main(String[])
- Static method in class mauda.jedasnew.
JedasPlayer
Relevance:
Animation programmer
Since:
0.951
The
main()
method of
JedasPlayer
.
main(String[])
- Static method in class test.
RecordTest
main(String[])
- Static method in class work.
FormulaTest
Starts the FormulaTest
main(String[])
- Static method in class work.
WorkEditor
Starts the Work-Editor
makeActual(DefaultMutableTreeNode)
- Method in class mauda.treeoperationview.
TreeOperationView
Makes a specific node as the actual-node
makeActualProcessing(DefaultMutableTreeNode)
- Method in class mauda.treeoperationview.
TreeOperationView
Makes a specific node as the actual-node that was in process
makeRoomFor(FibNode)
- Method in class mauda.plugin.fibheap.
FibNode
Makes room for another subtree to be inserted to the right of this node
mark()
- Method in class mauda.plugin.fibheap.
FibNode
Marks this node.
mark()
- Method in class mauda.plugin.fibheap.
FibNodeDS
Marks this node.
markActAsCorrect()
- Method in class mauda.treeoperationview.
TreeOperationView
Marks the actual node as correct
markActAsIncorrect()
- Method in class mauda.treeoperationview.
TreeOperationView
Marks the actual node as incorrect
markAsCorrect(int)
- Method in class mauda.treeoperationview.
TreeOperationView
Marks a specific node as correct
markAsIncorrect(int)
- Method in class mauda.treeoperationview.
TreeOperationView
Marks a specific node as incorrect
markCorrectness(boolean, boolean)
- Method in class mauda.treeoperationview.
TreeOperationView
Marks the correctness in the tree.
markOp(int)
- Method in class mauda.plugin.fibheap.
FibHeapDSExt
markOp(int)
- Method in class mauda.plugin.fibheap.
FibHeapExt
markOp(int)
- Method in interface mauda.plugin.fibheap.
FibHeapSubOperations
MARK
markTodoPosition()
- Method in class mauda.treeoperationview.
TreeOperationView
Marks init- and todo-operations in the tree.
mauda
- package mauda
Provides important base-classes and interfaces used by the whole MAUDA-Project.
MAUDA
- Class in
mauda
Stores global values.
MAUDA()
- Constructor for class mauda.
MAUDA
mauda.evaluation
- package mauda.evaluation
Provides evaluation-specific classes.
mauda.feedback
- package mauda.feedback
Provides feedback-specific classes, used by the different feedback-types.
mauda.feedback.select
- package mauda.feedback.select
Provides selector-classes, for selecting difficulties, feedback-types, exercise-modes and plug-ins.
mauda.feedback.types
- package mauda.feedback.types
Provides classes, to handle the different feedback-types.
mauda.generation
- package mauda.generation
Provides classes, to handle exercise-generation-specific things for Generation-Editor.
mauda.images
- package mauda.images
Provides classes, to handle image-loading from JAR-Files.
mauda.jedasnew
- package mauda.jedasnew
Contains changed classes from Jedas.
mauda.operation
- package mauda.operation
Provides classes, to store operations and suboperations.
mauda.plugin
- package mauda.plugin
Provides common plug-in-specific classes and interfaces, used by implemented plug-ins.
mauda.plugin.binqueue
- package mauda.plugin.binqueue
Classes for the binomial-queue plug-in.
mauda.plugin.fibheap
- package mauda.plugin.fibheap
Classes and interfaces for the fibonacci-heap plug-in.
mauda.treeoperationview
- package mauda.treeoperationview
Classes for the tree-operation-view, used by all stand-alone-applications in the MAUDA-Project, to visualize the executed operations and suboperations.
mauda.undoredo
- package mauda.undoredo
Provides classes to handle undo/redo functionality.
mauda.utils
- package mauda.utils
Utility classes, to handle e.g. the exercise-repository-directory-names, access xml-files, etc..
MAX_TRIES
- Static variable in class mauda.feedback.
SimpleFeedback
Defines the amount of the maximal tries for incorrect operations.
maxKey
- Static variable in class mauda.plugin.
GeneralAnalyst
The key-range for data-structures
maxRank()
- Method in class mauda.plugin.fibheap.
FibHeap
Returns the maximum possible rank of a node in this
FibHeap
.
maxRank()
- Method in class mauda.plugin.fibheap.
FibHeapDS
Returns the maximum possible rank of a node in this
FibHeap
.
maxValue
- Static variable in class mauda.
JedasPanelProgress
MEDIUM
- Static variable in class mauda.
Difficulties
meld(FibHeap)
- Method in class mauda.plugin.fibheap.
FibHeap
Melds another
FibHeap
into this one.
meld(FibHeapDS)
- Method in class mauda.plugin.fibheap.
FibHeapDS
Melds another
FibHeap
into this one.
MenuToolBarListener
- Class in
evalplayer
The listener for menu- and toolbar-actions
MenuToolBarListener(PlayerExercise)
- Constructor for class evalplayer.
MenuToolBarListener
The Listener for menu- and toolbar-actions
MenuToolBarListener
- Class in
evaluation
The listener for menu- and toolbar-actions
MenuToolBarListener(EvalExercise)
- Constructor for class evaluation.
MenuToolBarListener
Creates the listener for menu and toolbar-actions
MenuToolBarListener
- Class in
generation
The listener for menu- and toolbar-actions
MenuToolBarListener(Exercise)
- Constructor for class generation.
MenuToolBarListener
Creates the listener for menu and toolbar-actions
MenuToolBarListener
- Class in
work
The listener for menu- and toolbar-actions
MenuToolBarListener(FeedbackExercise)
- Constructor for class work.
MenuToolBarListener
Creates a listener for menu and toolbars
MetaData
- Class in
mauda
Stores meta-data of exercises.
MetaData()
- Constructor for class mauda.
MetaData
Creates a MetaData-Object
MISSING_SUBOP
- Static variable in class mauda.
Failure
All suboperation are correct for a specific operation, but there are missing some suboperations.
ModeSelector
- Class in
mauda.feedback.select
Selector for chosing a specific exercise-mode
ModeSelector()
- Constructor for class mauda.feedback.select.
ModeSelector
Creates a Mode-Selector
ModifiedDetector
- Class in
mauda
Detects and sets the modified-state of the exercise by listening to exercise-changes.
ModifiedDetector(Exercise)
- Constructor for class mauda.
ModifiedDetector
Creates a ModifiedDetector
MORE
- Static variable in class mauda.plugin.fibheap.
FibHeap
mouseClicked(MouseEvent)
- Method in class mauda.plugin.fibheap.
FibHeapInteractive
mouseClicked(MouseEvent)
- Method in class mauda.treeoperationview.
TreeOperationView
mouseEntered(MouseEvent)
- Method in class mauda.plugin.fibheap.
FibHeapInteractive
mouseEntered(MouseEvent)
- Method in class mauda.treeoperationview.
TreeOperationView
mouseExited(MouseEvent)
- Method in class mauda.plugin.fibheap.
FibHeapInteractive
mouseExited(MouseEvent)
- Method in class mauda.treeoperationview.
TreeOperationView
mousePressed(MouseEvent)
- Method in class mauda.plugin.fibheap.
FibHeapInteractive
mousePressed(MouseEvent)
- Method in class mauda.treeoperationview.
TreeOperationView
mouseReleased(MouseEvent)
- Method in class mauda.plugin.fibheap.
FibHeapInteractive
mouseReleased(MouseEvent)
- Method in class mauda.treeoperationview.
TreeOperationView
MyTreeCellRenderer
- Class in
mauda.treeoperationview
A renderer of the TreeOperationView which is responsible for drawing the tree.
MyTreeCellRenderer()
- Constructor for class mauda.treeoperationview.
MyTreeCellRenderer
Creates a MyTreeCellRenderer
MyWindowListener
- Class in
mauda.utils
Handles the window-closing-event, to guarantee, that no changings on exercises are lost.
MyWindowListener(Exercise)
- Constructor for class mauda.utils.
MyWindowListener
Creates a window-listener
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X