AIILE.gridworld.util.move
Interface Move

All Known Implementing Classes:
BaseMove

public interface Move

All move classes in the GridWorld should implement this interface.


Method Summary
 Node getCurrentNode()
           
 java.util.List getFringeList()
           
 void setCurrentNode(Node n)
           
 void setFringeList(java.util.List l)
           
 

Method Detail

setCurrentNode

public void setCurrentNode(Node n)

setFringeList

public void setFringeList(java.util.List l)

getCurrentNode

public Node getCurrentNode()

getFringeList

public java.util.List getFringeList()