Class GpsSimulator

java.lang.Object
  |
  +--GpsSimulator

public class GpsSimulator
extends java.lang.Object

This class is for starting the simulator.


Constructor Summary
GpsSimulator()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The main method that creates an instance of Controller which will begin the simulation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpsSimulator

public GpsSimulator()
Method Detail

main

public static void main(java.lang.String[] argv)
The main method that creates an instance of Controller which will begin the simulation.