AIILE.gridworld.env
Class GridInfo

java.lang.Object
  extended byAIILE.gridworld.env.GridInfo
All Implemented Interfaces:
EnvironmentInfo

public class GridInfo
extends java.lang.Object
implements EnvironmentInfo


Constructor Summary
GridInfo()
          Creates a new instance of GridInfo
GridInfo(Node cNode, java.util.Vector sList)
           
 
Method Summary
 Node getCurrentNode()
          Gets the current node
 java.util.List getSuccessorNodes()
          Gets a list of successor nodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridInfo

public GridInfo()
Creates a new instance of GridInfo


GridInfo

public GridInfo(Node cNode,
                java.util.Vector sList)
Method Detail

getCurrentNode

public Node getCurrentNode()
Description copied from interface: EnvironmentInfo
Gets the current node

Specified by:
getCurrentNode in interface EnvironmentInfo

getSuccessorNodes

public java.util.List getSuccessorNodes()
Description copied from interface: EnvironmentInfo
Gets a list of successor nodes

Specified by:
getSuccessorNodes in interface EnvironmentInfo