edu.indiana.iucbrf.examples.quadrantRDBTemplate
Class QuadrantTestClassRDB

java.lang.Object
  extended by edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantTestClassRDB

public class QuadrantTestClassRDB
extends java.lang.Object

This class contains a simple main method that constructs a QuadrantSystemRDB and tests it on a single problem. This demonstrates basic database functionality. In order to run this program, you will need to configure your database (edu/creation_script.sql may be helpful in this task) and perhaps modify the settings here accordingly. You will also need to set some parameters as discussed in QuadrantSystemRDB.


Constructor Summary
QuadrantTestClassRDB()
           
 
Method Summary
static void main(java.lang.String[] args)
          Constructs the system, and tests it on a single problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadrantTestClassRDB

public QuadrantTestClassRDB()
Method Detail

main

public static void main(java.lang.String[] args)
Constructs the system, and tests it on a single problem.