uk.ac.bbk.dcs.automed.qproc
Class StandardFunctionTable

java.lang.Object
  |
  +--uk.ac.bbk.dcs.automed.qproc.FunctionTable
        |
        +--uk.ac.bbk.dcs.automed.qproc.StandardFunctionTable
Direct Known Subclasses:
SSDFunctionTable

public class StandardFunctionTable
extends FunctionTable

Class that creates a FunctionTable containing all currently implemented functions.


Constructor Summary
StandardFunctionTable()
           
 
Methods inherited from class uk.ac.bbk.dcs.automed.qproc.FunctionTable
addFunction, getFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFunctionTable

public StandardFunctionTable()