Drools examples 6.1.0-SNAPSHOT

Uses of Class
org.drools.examples.sudoku.SetOfNine

Packages that use SetOfNine
org.drools.examples.sudoku   
 

Uses of SetOfNine in org.drools.examples.sudoku
 

Subclasses of SetOfNine in org.drools.examples.sudoku
 class Cell
          Represents a single cell in the Sudoku grid.
 class CellCol
          Represents a column of Sudoku grid cells.
 class CellFile
          Abstract class for "numbered" cell groups: rows and columns.
 class CellGroup
          Abstract base class for all kinds of groups of related cells.
 class CellRow
          Represents a row of Sudoku grid cells.
 class CellSqr
          Represents a 3x3 area of Sudoku grid cells.
 


Drools examples 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.