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