Class CellState

java.lang.Object
org.simplesim.examples.gameoflife.CellState
All Implemented Interfaces:
State

public class CellState extends Object implements State
The state of the cell.
  • 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)