net.sf.kagiru.navigation
Class MovingToLeftBoxBoundaryNavigationFilter

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

public class MovingToLeftBoxBoundaryNavigationFilter
extends java.lang.Object
implements NavigationFilter

See Also:
Serialized Form

Constructor Summary
MovingToLeftBoxBoundaryNavigationFilter()
           
 
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

MovingToLeftBoxBoundaryNavigationFilter

public MovingToLeftBoxBoundaryNavigationFilter()
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.