Package ball.game.sudoku
Class Rule
- java.lang.Object
-
- ball.game.sudoku.Rule
-
- Direct Known Subclasses:
RuleOfElimination
public abstract class Rule extends Object
- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description Rule()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanapplyTo(Puzzle puzzle)protected intcount(Iterable<Cell> iterable)Method to get the count of solvedCells.protected Digitssolved(Iterable<Cell> iterable)Method to get the solvedDigits.protected intsum(Iterable<Cell> iterable)Method to get the sum of solvedCells.
-