|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
---|---|
org.drools.examples.sudoku |
Uses of Cell in org.drools.examples.sudoku |
---|
Fields in org.drools.examples.sudoku declared as Cell | |
---|---|
Cell[][] |
Sudoku.cells
|
Methods in org.drools.examples.sudoku that return types with arguments of type Cell | |
---|---|
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 | |
---|---|
void |
CellGroup.addCell(Cell cell)
Add another Cell object to the cells of this group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |