Package | Description |
---|---|
org.drools.examples.conway |
Modifier and Type | Field and Description |
---|---|
static CellState |
CellState.DEAD |
static CellState |
CellState.LIVE |
Modifier and Type | Method and Description |
---|---|
CellState |
Cell.getCellState() |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setCellState(CellState newState)
Sets this cells state
|
void |
CellGridImpl.updateCell(Cell cell,
CellState state) |
void |
CellGrid.updateCell(Cell cell,
CellState state) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.