AIILE.gridworld.env
Class GridEnvConfigMap

java.lang.Object
  extended byAIILE.gridworld.env.GridEnvConfigMap

public class GridEnvConfigMap
extends java.lang.Object


Field Summary
protected  java.io.File configMapFile
           
protected  java.awt.Dimension gridDim
           
protected  java.util.Vector gridMap
           
protected  int heightCount
           
protected  int widthCount
           
 
Constructor Summary
GridEnvConfigMap()
          Creates a new instance of EnvironmentIO
 
Method Summary
 java.io.File getConfigMapFile()
           
static java.io.File getEnvFileDir()
           
 java.util.Vector getGridMap()
           
 java.awt.Dimension getGridSize()
           
 boolean load(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridDim

protected java.awt.Dimension gridDim

gridMap

protected java.util.Vector gridMap

widthCount

protected int widthCount

heightCount

protected int heightCount

configMapFile

protected java.io.File configMapFile
Constructor Detail

GridEnvConfigMap

public GridEnvConfigMap()
Creates a new instance of EnvironmentIO

Method Detail

load

public boolean load(java.io.File f)

getGridSize

public java.awt.Dimension getGridSize()

getGridMap

public java.util.Vector getGridMap()

getConfigMapFile

public java.io.File getConfigMapFile()

getEnvFileDir

public static java.io.File getEnvFileDir()