Uses of Class
mauda.operation.SimpleOperation

Packages that use SimpleOperation
evalplayer Provides classes to view and play evaluated exercises, produced by Evaluation-Editor. 
mauda Provides important base-classes and interfaces used by the whole MAUDA-Project. 
mauda.evaluation Provides evaluation-specific classes. 
mauda.operation Provides classes, to store operations and suboperations. 
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. 
 

Uses of SimpleOperation in evalplayer
 

Fields in evalplayer declared as SimpleOperation
 SimpleOperation TimeSlider.opProcessing
           
 

Uses of SimpleOperation in mauda
 

Methods in mauda that return SimpleOperation
 SimpleOperation ExerciseUpdateEvent.getOperation()
          Returns the operation.
 

Methods in mauda with parameters of type SimpleOperation
 void Failure.addDifferentOperation(SimpleOperation so)
          If the current failure is of type MISSING_SUBOP or ADDITION_FALSE this methods add one suboperation to the failure-suboperations.
 void Exercise.commit(SimpleOperation so)
          Adds an operation to the animation-queue
 void Exercise.commitInteractive(SimpleOperation so)
          Adds an operation to the animation-queue.
 void Failure.setCorrectOp(SimpleOperation so)
          Sets the correct operation for the position where failure occured.
 void Failure.setCurrentOp(SimpleOperation so)
          Sets the current operation, the user executed.
 void ExerciseUpdateEvent.setOperation(SimpleOperation so)
          Sets the operation for the current event.
 

Uses of SimpleOperation in mauda.evaluation
 

Methods in mauda.evaluation with parameters of type SimpleOperation
 void PlayerExercise.commit(SimpleOperation so)
           
 

Uses of SimpleOperation in mauda.operation
 

Subclasses of SimpleOperation in mauda.operation
 class Operation
          Storage of a base operation (e.g.
 class SubOperation
          Storage of a sub-operation (e.g.
 

Uses of SimpleOperation in mauda.treeoperationview
 

Methods in mauda.treeoperationview that return SimpleOperation
 SimpleOperation TreeObject.getOperation()
          Gets the operation
 

Constructors in mauda.treeoperationview with parameters of type SimpleOperation
TreeObject(SimpleOperation so)
          Creates a TreeObject