Uses of Class
org.drools.examples.sudoku.Cell
-
Packages that use Cell Package Description org.drools.examples.sudoku -
-
Uses of Cell in org.drools.examples.sudoku
Fields in org.drools.examples.sudoku declared as Cell Modifier and Type Field Description Cell[][]Sudoku. cellsMethods in org.drools.examples.sudoku that return types with arguments of type Cell Modifier and Type Method Description List<Cell>CellGroup. getCells()Returns the Cell objects in this group.Set<Cell>Cell. getExCells()Return the set of Cell objects where contents are mutually exclusive with this cell; they are in the same row or same column or same block.Methods in org.drools.examples.sudoku with parameters of type Cell Modifier and Type Method Description voidCellGroup. addCell(Cell cell)Add another Cell object to the cells of this group.
-