jug
Class Simulation1

java.lang.Object
  |
  +--jug.Simulation1

public class Simulation1
extends java.lang.Object

Drives the entire simulation. Creates the three objects and then cycles by stepping the base and the phone, which then xfer messages and report what they see.


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

Constructor Detail

Simulation1

public Simulation1()
Method Detail

main

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