org.eclipse.lifegame.domain
Class SurvivalRule

java.lang.Object
  |
  +--org.eclipse.lifegame.domain.Rule
        |
        +--org.eclipse.lifegame.domain.SurvivalRule
Direct Known Subclasses:
TwoDimensionalSurvivalRule

public abstract class SurvivalRule
extends Rule

Author:
Espirity Inc.

Constructor Summary
SurvivalRule()
           
 
Methods inherited from class org.eclipse.lifegame.domain.Rule
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurvivalRule

public SurvivalRule()