org.eclipse.lifegame.domain
Class BirthRule

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

public abstract class BirthRule
extends Rule

Author:
Espirity Inc.

Constructor Summary
BirthRule()
           
 
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

BirthRule

public BirthRule()