org.drools.examples.conway
Class CellState
java.lang.Object
org.drools.examples.conway.CellState
- All Implemented Interfaces:
- Serializable
public class CellState
- extends Object
- implements Serializable
CellState enumerates all of the valid states that a Cell may
be in.
- See Also:
Cell,
CellGridImpl,
Serialized Form
LIVE
public static final CellState LIVE
DEAD
public static final CellState DEAD
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.