net.sf.kagiru.navigation
Class MovingToRightBoxBoundaryNavigationFilter

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

public class MovingToRightBoxBoundaryNavigationFilter
extends java.lang.Object
implements NavigationFilter

See Also:
Serialized Form

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

MovingToRightBoxBoundaryNavigationFilter

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