|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
G - the type of genotype that is decodedP - the type of the resulting phenotype}public interface Decoder<G extends Genotype,P>
The Decoder decodes Genotypes into phenotype Objects.
Genotype| Method Summary | |
|---|---|
P |
decode(G genotype)
Decodes a given Genotype to the corresponding phenotype. |
| Method Detail |
|---|
P decode(G genotype)
Genotype to the corresponding phenotype.
genotype - the genotype to decode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||