|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rubecula.darwin.domain.environment.Expresser_
com.rubecula.darwin.domain.environment.Expresser_Function
public final class Expresser_Function
This expresser is suitable for haploid genomes. There is a functional correspondence between allele values and trait values.
| Field Summary |
|---|
| Fields inherited from class com.rubecula.darwin.domain.environment.Expresser_ |
|---|
_character, LOG |
| Constructor Summary | |
|---|---|
Expresser_Function(Pharacter character,
ExpresserFunction function)
TEST |
|
| Method Summary | |
|---|---|
Trait |
express(Gene... genes)
TEST Express a gene by getting the allele's value and generating a new trait with value derived from the allele's value. |
| Methods inherited from class com.rubecula.darwin.domain.environment.Expresser_ |
|---|
createTrait, createTrait, createTrait, createTrait, equals, express, getCharacter, getComplement, hashCode, isComplementary |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Expresser_Function(Pharacter character,
ExpresserFunction function)
character - function - the function which takes an allele and generates a trait
value.| Method Detail |
|---|
public Trait express(Gene... genes)
genes - a variable number of Gene objects.
genesExpresser.express(Colony,
com.rubecula.darwin.domain.helper.Gene[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||