Uses of Interface
mauda.plugin.Analysable

Packages that use Analysable
mauda.plugin Provides common plug-in-specific classes and interfaces, used by implemented plug-ins. 
mauda.plugin.binqueue Classes for the binomial-queue plug-in. 
mauda.plugin.fibheap Classes and interfaces for the fibonacci-heap plug-in. 
 

Uses of Analysable in mauda.plugin
 

Fields in mauda.plugin declared as Analysable
static Analysable GeneralAnalyst.analyzer
          The current analyzer
 

Methods in mauda.plugin with parameters of type Analysable
static void GeneralAnalyst.setAnalyzer(Analysable a)
          Sets the current analyzer
 

Uses of Analysable in mauda.plugin.binqueue
 

Classes in mauda.plugin.binqueue that implement Analysable
 class BinQueueAnalyse
          Description
 

Uses of Analysable in mauda.plugin.fibheap
 

Classes in mauda.plugin.fibheap that implement Analysable
 class FibHeapAnalyse
          The analyzer-class for automatic generation of FibHeap- Exercises.