Package | Description |
---|---|
org.drools.examples.sudoku |
Modifier and Type | Field and Description |
---|---|
Cell[][] |
Sudoku.cells |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
CellGroup.addCell(Cell cell)
Add another Cell object to the cells of this group.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.