uk.ac.bbk.dcs.automed.qproc.optimise
Class QueryOptimiser

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.optimise.QueryOptimiser

public class QueryOptimiser
extends java.lang.Object

This class coordinates the application of the optimisations.

Author:
Lucas Zamboulis

Constructor Summary
QueryOptimiser()
           
 
Method Summary
 void optimise(ASG query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryOptimiser

public QueryOptimiser()
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

optimise

public void optimise(ASG query)