Uses of Class
org.drools.examples.sudoku.CellSqr
-
Packages that use CellSqr Package Description org.drools.examples.sudoku -
-
Uses of CellSqr in org.drools.examples.sudoku
Methods in org.drools.examples.sudoku that return CellSqr Modifier and Type Method Description CellSqrCell. getCellSqr()Returns the 3x3 block group of nine of this cell.Methods in org.drools.examples.sudoku with parameters of type CellSqr Modifier and Type Method Description voidCell. makeReferences(CellRow row, CellCol col, CellSqr sqr)Set references to all cell groups containing this cell.
-