AIILE.gridworld.util.envInfo
Interface EnvironmentInfo

All Known Implementing Classes:
GridInfo

public interface EnvironmentInfo

This should be implemented by all environment info classes in the GridWorld


Method Summary
 Node getCurrentNode()
          Gets the current node
 java.util.List getSuccessorNodes()
          Gets a list of successor nodes
 

Method Detail

getCurrentNode

public Node getCurrentNode()
Gets the current node


getSuccessorNodes

public java.util.List getSuccessorNodes()
Gets a list of successor nodes