|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Expression
Defines the methods to be implemented by an expresser of genes, i.e. is used to generate the physical information (traits, phenotypes) from genetic information (genes, genotypes).
| Method Summary | |
|---|---|
Trait |
express(Gene gene,
Factory factory)
Method to express genetic information in physical terms. |
Phenotype |
express(Genotype genotype,
Factory factory)
Method to express genetic information in physical terms. |
| Method Detail |
|---|
Trait express(Gene gene,
Factory factory)
gene - The gene to be expressed.factory - the implementer of Factory required in order
to instantiate a new Trait.
Phenotype express(Genotype genotype,
Factory factory)
genotype - The genotype to be expressed.factory - the implementer of Factory required in order
to instantiate a new Phenotype.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||