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

Packages that use Cell
org.drools.examples.sudoku   
 

Uses of Cell in org.drools.examples.sudoku
 

Fields in org.drools.examples.sudoku declared as Cell
 Cell[][] Sudoku.cells
           
 

Methods in org.drools.examples.sudoku that return types with arguments of type Cell
 List<Cell> CellGroup.getCells()
          Returns the Cell objects in this group.
 Set<Cell> Cell.getExCells()
          Return the set of Cell objects where contents are mutually exclusive with this cell; they are in the same row or same column or same block.
 

Methods in org.drools.examples.sudoku with parameters of type Cell
 void CellGroup.addCell(Cell cell)
          Add another Cell object to the cells of this group.
 



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