org.drools.examples.conway
Class CellState

java.lang.Object
  extended by org.drools.examples.conway.CellState

public class CellState
extends java.lang.Object

CellState enumerates all of the valid states that a Cell may be in.

See Also:
Cell, CellGrid
 

Field Summary
static CellState DEAD
           
static CellState LIVE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LIVE

public static final CellState LIVE

DEAD

public static final CellState DEAD
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object