Drools examples 6.0.3-SNAPSHOT

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.
 


Drools examples 6.0.3-SNAPSHOT

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