edu.ou.mlfw
Class World.Arguments

java.lang.Object
  extended by edu.ou.mlfw.World.Arguments
Enclosing class:
World<STATE,ACTION>

public static class World.Arguments
extends java.lang.Object

A throwaway class that encapsulates the command line arguments for World. configLocation stores the file location where the world should look for its WorldConfiguration file, and gui is a boolean flag indicating whether or not graphics should be displayed.


Field Summary
 java.io.File configLocation
           
 boolean gui
           
 
Constructor Summary
World.Arguments(java.io.File configLocation, boolean gui)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configLocation

public final java.io.File configLocation

gui

public final boolean gui
Constructor Detail

World.Arguments

public World.Arguments(java.io.File configLocation,
                       boolean gui)