|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.holtz.zoe.Phenotype
public class Phenotype
The expression of a Bug
's Genotype
is a PheneList
of Phene
s.
Field Summary | |
---|---|
protected java.util.Deque<Phene> |
activePhenes
A stack of Phene activations. |
protected Bug |
bug
|
protected PheneList |
phenes
|
Constructor Summary | |
---|---|
Phenotype(Bug b)
|
Method Summary | |
---|---|
void |
next()
|
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String separator)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected PheneList phenes
protected Bug bug
protected java.util.Deque<Phene> activePhenes
Constructor Detail |
---|
public Phenotype(Bug b)
Method Detail |
---|
public void next()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String separator)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |