org.eclipse.lifegame.domain
Class DeathRule

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

public abstract class DeathRule
extends Rule

Author:
Espirity Inc.

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

DeathRule

public DeathRule()