vishnu.model.tests
Class TestAlgebraPerforms

java.lang.Object
  extended by vishnu.model.tests.TestAlgebraPerforms

public class TestAlgebraPerforms
extends java.lang.Object

Author:
Hernan Rancati TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
 

Constructor Summary
TestAlgebraPerforms(DatabaseManager databaseEngine)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void performProduct(TableContext c)
           
protected  void performProjection(TableContext c)
           
protected  void performSelection(TableContext c)
           
protected  void populateTable(TableContext c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAlgebraPerforms

public TestAlgebraPerforms(DatabaseManager databaseEngine)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

performProjection

protected void performProjection(TableContext c)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

performSelection

protected void performSelection(TableContext c)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

performProduct

protected void performProduct(TableContext c)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

populateTable

protected void populateTable(TableContext c)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

main

public static void main(java.lang.String[] args)