Package org.drools.examples.sudoku
Class CellGroup
- java.lang.Object
-
- org.drools.examples.sudoku.SetOfNine
-
- org.drools.examples.sudoku.CellGroup
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<java.lang.Integer>ALL_NINE
-
Constructor Summary
Constructors Modifier Constructor Description protectedCellGroup()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCell(Cell cell)Add another Cell object to the cells of this group.java.util.List<Cell>getCells()Returns the Cell objects in this group.-
Methods inherited from class org.drools.examples.sudoku.SetOfNine
blockExcept, blockValue, getFree, getFreeCount, getFreeValue
-
-