edu.ou.mlfw
Class World.Arguments
java.lang.Object
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.
Constructor Summary |
World.Arguments(java.io.File configLocation,
boolean gui)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configLocation
public final java.io.File configLocation
gui
public final boolean gui
World.Arguments
public World.Arguments(java.io.File configLocation,
boolean gui)