public abstract class SimplePersonImpl extends java.lang.Object implements Person
| Constructor and Description |
|---|
SimplePersonImpl() |
| Modifier and Type | Method and Description |
|---|---|
Morph |
getMorph() |
Mutagen |
getMutagen()
Attempt to mutate the genome represented by this Person.
|
void |
setMorph(Morph morph) |
void |
setMutagen(Mutagen mutagen) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdevelop, reproduce, setBasicTypepublic Mutagen getMutagen()
PersongetMutagen in interface Personpublic void setMutagen(Mutagen mutagen)
setMutagen in interface Person