JavaScript is disabled on your browser.
Skip navigation links
Drools examples 10.1.0
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.drools.examples.sudoku.CellGroup
Packages that use
CellGroup
Package
Description
org.drools.examples.sudoku
Uses of
CellGroup
in
org.drools.examples.sudoku
Subclasses of
CellGroup
in
org.drools.examples.sudoku
Modifier and Type
Class
Description
class
CellCol
Represents a column of Sudoku grid cells.
class
CellFile
Abstract class for "numbered" cell groups: rows and columns.
class
CellRow
Represents a row of Sudoku grid cells.
class
CellSqr
Represents a 3x3 area of Sudoku grid cells.