Class Summary |
Cell |
Represents a single cell in the Sudoku grid. |
CellCol |
Represents a column of Sudoku grid cells. |
CellFile |
Abstract class for "numbered" cell groups: rows and columns. |
CellGroup |
Abstract base class for all kinds of groups of related cells. |
CellRow |
Represents a row of Sudoku grid cells. |
CellSqr |
Represents a 3x3 area of Sudoku grid cells. |
Counter |
A counter bean. |
SetOfNine |
Abstract base class for the three types of cell groups of nine cells. |
Setting |
Represents a temporary fact used for assigning a value to a cell. |
Stepping |
Used in single step solution mode to indicatean emergeny stop
due to failure to solve anything. |
Sudoku |
An object of this class solves Sudoku problems. |
SudokuExample |
This example shows how Drools can be used to solve a 9x9 Sudoku Grid. |