Uses of Class
org.drools.examples.conway.CellState
-
Packages that use CellState Package Description org.drools.examples.conway -
-
Uses of CellState in org.drools.examples.conway
Fields in org.drools.examples.conway declared as CellState Modifier and Type Field Description static CellStateCellState. DEADstatic CellStateCellState. LIVEMethods in org.drools.examples.conway that return CellState Modifier and Type Method Description CellStateCell. getCellState()Methods in org.drools.examples.conway with parameters of type CellState Modifier and Type Method Description voidCell. setCellState(CellState newState)Sets this cells statevoidCellGrid. updateCell(Cell cell, CellState state)voidCellGridImpl. updateCell(Cell cell, CellState state)
-