Package | Description |
---|---|
org.drools.examples.sudoku |
Modifier and Type | Method and Description |
---|---|
CellRow |
Cell.getCellRow()
Returns the row group of nine of this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.makeReferences(CellRow row,
CellCol col,
CellSqr sqr)
Set references to all cell groups containing this cell.
|
Constructor and Description |
---|
CellSqr(CellRow cellRow0,
CellRow cellRow1,
CellRow cellRow2,
CellCol cellCol0,
CellCol cellCol1,
CellCol cellCol2)
Constructor.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.