|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellState | |
|---|---|
| org.drools.examples.conway | |
| Uses of CellState in org.drools.examples.conway |
|---|
| Fields in org.drools.examples.conway declared as CellState | |
|---|---|
static CellState |
CellState.DEAD
|
static CellState |
CellState.LIVE
|
| Methods in org.drools.examples.conway that return CellState | |
|---|---|
CellState |
Cell.getCellState()
|
| Methods in org.drools.examples.conway with parameters of type CellState | |
|---|---|
void |
Cell.setCellState(CellState newState)
Sets this cells state |
void |
CellGrid.updateCell(Cell cell,
CellState state)
|
void |
CellGridImpl.updateCell(Cell cell,
CellState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||