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

Packages that use CellSqr
org.drools.examples.sudoku   
 

Uses of CellSqr in org.drools.examples.sudoku
 

Methods in org.drools.examples.sudoku that return CellSqr
 CellSqr Cell.getCellSqr()
          Returns the 3x3 block group of nine of this cell.
 

Methods in org.drools.examples.sudoku with parameters of type CellSqr
 void Cell.makeReferences(CellRow row, CellCol col, CellSqr sqr)
          Set references to all cell groups containing this cell.
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.