uk.ac.ed.inf.sdp2012.group7.simulator
Class Simulator

java.lang.Object
  extended by uk.ac.ed.inf.sdp2012.group7.simulator.Simulator

public class Simulator
extends java.lang.Object


Field Summary
static java.awt.image.BufferedImage backgroundImage
           
static org.apache.log4j.Logger logger
           
static boolean TESTING
           
static WorldState worldState
           
 
Constructor Summary
Simulator()
           
Simulator(java.awt.event.ActionListener strategyListener)
          The main method for the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

worldState

public static WorldState worldState

logger

public static final org.apache.log4j.Logger logger

TESTING

public static final boolean TESTING
See Also:
Constant Field Values

backgroundImage

public static java.awt.image.BufferedImage backgroundImage
Constructor Detail

Simulator

public Simulator(java.awt.event.ActionListener strategyListener)
The main method for the class. Creates the control GUI, and initialises the image processing.

Parameters:
args - Program arguments. Not used.

Simulator

public Simulator()