net.sf.kagiru.navigation
Class MovingToPuzzleTopBoundaryNavigationFilter

java.lang.Object
  extended by net.sf.kagiru.navigation.MovingToPuzzleTopBoundaryNavigationFilter
All Implemented Interfaces:
java.io.Serializable, NavigationFilter

public class MovingToPuzzleTopBoundaryNavigationFilter
extends java.lang.Object
implements NavigationFilter

See Also:
Serialized Form

Constructor Summary
MovingToPuzzleTopBoundaryNavigationFilter()
           
 
Method Summary
 boolean ok(Cell candidate, Cell cell, Puzzle puzzle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovingToPuzzleTopBoundaryNavigationFilter

public MovingToPuzzleTopBoundaryNavigationFilter()
Method Detail

ok

public boolean ok(Cell candidate,
                  Cell cell,
                  Puzzle puzzle)
Specified by:
ok in interface NavigationFilter


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.