Uses of Class
mauda.plugin.OperationExecuter

Packages that use OperationExecuter
mauda Provides important base-classes and interfaces used by the whole MAUDA-Project. 
mauda.plugin.binqueue Classes for the binomial-queue plug-in. 
mauda.plugin.fibheap Classes and interfaces for the fibonacci-heap plug-in. 
 

Uses of OperationExecuter in mauda
 

Fields in mauda declared as OperationExecuter
static OperationExecuter SimpleExercise.operationExecuter
          Stores the OperationExecuter who maps the Operation-IDs to the corresponding methods in the data-structure.
 

Methods in mauda that return OperationExecuter
static OperationExecuter SimpleExercise.getOperationExecuter()
          Gets the OperationExecuter
 

Methods in mauda with parameters of type OperationExecuter
static void SimpleExercise.setOperationExecuter(OperationExecuter oe)
          Sets the OperationExecuter
 

Uses of OperationExecuter in mauda.plugin.binqueue
 

Subclasses of OperationExecuter in mauda.plugin.binqueue
 class BinQueueOperationExecuter
          Maps operation-ids to the corresponding methods in the FibHeap-data-structure.
 

Uses of OperationExecuter in mauda.plugin.fibheap
 

Subclasses of OperationExecuter in mauda.plugin.fibheap
 class FibHeapOperationExecuter
          Maps operation-ids to the corresponding methods in the FibHeap-data-structure.