engine_lsd
Interface State

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
SudokuState

public interface State
extends java.lang.Cloneable

State interface.


Method Summary
 java.util.Iterator successors()
           
 double value()
          Returns the value, a value of 0 means the goal has been reached
 

Method Detail

successors

java.util.Iterator successors()
Returns:
the iterator for successors, orderd as increasing values

value

double value()
Returns the value, a value of 0 means the goal has been reached

Returns:
value.