Class Tester

java.lang.Object
  |
  +--Tester

public class Tester
extends java.lang.Object

This is the file which runs both of the Simulations, and prints all results to the screen.


Constructor Summary
Tester()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the method which tests and displays the results for both types of simulations.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Method Detail

main

public static void main(java.lang.String[] args)
This is the method which tests and displays the results for both types of simulations. A command line argument may be issued to state how many simulations should be run
Parameters:
args - Command line arguments. If there are any, it is expected to contain the number of simulations to run