Uses of Package
org.drools.examples.sudoku

Packages that use org.drools.examples.sudoku
Package
Description
 
  • Class
    Description
    Represents a single cell in the Sudoku grid.
    Represents a column of Sudoku grid cells.
    Abstract class for "numbered" cell groups: rows and columns.
    Abstract base class for all kinds of groups of related cells.
    Represents a row of Sudoku grid cells.
    Represents a 3x3 area of Sudoku grid cells.
    Abstract base class for the three types of cell groups of nine cells.
    An object of this class solves Sudoku problems.