Package | Description |
---|---|
org.drools.examples.conway |
Modifier and Type | Method and Description |
---|---|
Cell |
Neighbor.getCell() |
Cell |
CellGridImpl.getCellAt(int row,
int column) |
Cell |
CellGrid.getCellAt(int row,
int column) |
Cell |
Neighbor.getNeighbor() |
Modifier and Type | Method and Description |
---|---|
void |
CellGridImpl.updateCell(Cell cell,
CellState state) |
void |
CellGrid.updateCell(Cell cell,
CellState state) |
Constructor and Description |
---|
Neighbor(Cell cell,
Cell neighbor) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.