net.sf.kagiru.navigation
Class UnsolvedOnlyNavigationFilter

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

public class UnsolvedOnlyNavigationFilter
extends java.lang.Object
implements NavigationFilter

See Also:
Serialized Form

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

UnsolvedOnlyNavigationFilter

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