Uses of Class
org.drools.examples.conway.Cell
-
Packages that use Cell Package Description org.drools.examples.conway -
-
Uses of Cell in org.drools.examples.conway
Methods in org.drools.examples.conway that return Cell Modifier and Type Method Description CellNeighbor. getCell()CellCellGrid. getCellAt(int row, int column)CellCellGridImpl. getCellAt(int row, int column)CellNeighbor. getNeighbor()Methods in org.drools.examples.conway with parameters of type Cell Modifier and Type Method Description voidCellGrid. updateCell(Cell cell, CellState state)voidCellGridImpl. updateCell(Cell cell, CellState state)Constructors in org.drools.examples.conway with parameters of type Cell Constructor Description Neighbor(Cell cell, Cell neighbor)
-