Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

traffic
Class ULoadDriver  view ULoadDriver download ULoadDriver.java

java.lang.Object
  extended bytraffic.ULoadDriver

public class ULoadDriver
extends java.lang.Object

This stand alone application loads a grid with test data so that testing can be performed after the data objects have been changed. The data objects are: OCity, OStreet, OFragment and OIntersection. Sample OQuerys are also created.

Since:
2003/07/09 20:20:31
Version:
1.5, 2003/08/01 17:39:53

Constructor Summary
ULoadDriver()
           
 
Method Summary
static void main(java.lang.String[] args)
          The standard main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ULoadDriver

public ULoadDriver()
Method Detail

main

public static void main(java.lang.String[] args)
The standard main method. ULoadDriver is a completly separate entity from the rest of miniTraff. It uses the miniTraff methods to create a consistant set of data (a city) for testing. As such it takes no user input. If you want to change anything you need to do it at within the code.