Package org.todo.gameOfLife
Class CellMatrix.Cell
java.lang.Object
org.todo.gameOfLife.CellMatrix.Cell
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- CellMatrix
protected class CellMatrix.Cell
extends java.lang.Object
implements java.lang.Cloneable
-
Field Summary
Fields Modifier and Type Field Description private boolean
alive
private int
liveNeighbors
private int
matrixPosition
-
Constructor Summary
-
Method Summary
-
Field Details
-
alive
private boolean alive -
matrixPosition
private int matrixPosition -
liveNeighbors
private int liveNeighbors
-
-
Constructor Details
-
Method Details