public interface Person
| Modifier and Type | Method and Description |
|---|---|
void |
develop(java.awt.Graphics2D g2,
java.awt.Dimension d,
boolean zeroMargin) |
Morph |
getMorph() |
Mutagen |
getMutagen()
Attempt to mutate the genome represented by this Person.
|
Person |
reproduce(Morph morph) |
void |
setBasicType(int i) |
void |
setMorph(Morph simpleMorphImpl) |
void |
setMutagen(Mutagen mutagen) |
Morph getMorph()
Mutagen getMutagen()
void setMutagen(Mutagen mutagen)
void setBasicType(int i)
void develop(java.awt.Graphics2D g2,
java.awt.Dimension d,
boolean zeroMargin)
void setMorph(Morph simpleMorphImpl)