Class CellState
java.lang.Object
org.simplesim.examples.gameoflife.CellState
- All Implemented Interfaces:
State
The state of the cell.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CellState
public CellState()
-
-
Method Details
-
getPosX
public int getPosX() -
getPosY
public int getPosY() -
isAlive
public boolean isAlive() -
setAlive
public void setAlive(boolean value)
-