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

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

public class PhysicalOptimiser
extends java.lang.Object

This class coordinates the application of the physical optimisations.

Physical optimisations are optimisations that take into account the types of the underlying data sources.

Author:
Lucas Zamboulis

Constructor Summary
PhysicalOptimiser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void optimise(ASG query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalOptimiser

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

optimise

public void optimise(ASG query)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception