public class Pedigree
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Morph |
elderSib |
Morph |
firstBorn |
Morph |
lastBorn |
Morph |
me |
Morph |
next |
Morph |
parent |
Morph |
prec |
Morph |
youngerSib |
Modifier and Type | Method and Description |
---|---|
void |
addOffspring(Morph childMorph) |
int |
getOffspringCount(boolean deep) |
void |
kill() |
public Morph me
public Morph parent
public Morph youngerSib
public Morph elderSib
public Morph prec
public Morph next
public Morph firstBorn
public Morph lastBorn
public Pedigree(Morph me)
public int getOffspringCount(boolean deep)
public void addOffspring(Morph childMorph)
public void kill()