aima.search.framework
Interface SuccessorFunction

All Known Implementing Classes:
EightPuzzleSuccessorFunction, MapSuccessorFunction, NQueensSuccessorFunction

public interface SuccessorFunction


Method Summary
 java.util.List getSuccessors(java.lang.Object state)
           
 

Method Detail

getSuccessors

java.util.List getSuccessors(java.lang.Object state)