traffic
Class ULoadDriver

java.lang.Object
traffic.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ULoadDriver
public ULoadDriver()
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.