vacworld
Class StateSelector

java.lang.Object
  extended by vacworld.StateSelector

public class StateSelector
extends java.lang.Object


Constructor Summary
StateSelector()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is a utility class used to preview randomly generated Vacuum World states.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateSelector

public StateSelector()
Method Detail

main

public static void main(java.lang.String[] args)
This is a utility class used to preview randomly generated Vacuum World states. The program runs an infinite loop asking for a seed and displaying the state. You will need to use you operating system command to terminate the program. Once you find a seed you like, you can provide it to VacuumWorld using the -rand argument.