|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mapper
Interface for mapping input (genotype) to output (phenotype).
Method Summary | |
---|---|
void |
clear()
Clears the mapper by dereferencing the genotype and phenotype. |
boolean |
genotype2Phenotype()
Maps from a input(genotype) to an output (phenotype) |
java.lang.Object |
getGenotype()
Returns the mappers input (genotype) |
java.lang.Object |
getPhenotype()
Returns the mappers output (phenotype) |
boolean |
phenotype2Genotype()
Not yet implemented! |
void |
setGenotype(java.lang.Object g)
Sets the input (genotype) |
void |
setPhenotype(java.lang.Object p)
Sets the output(phenotype) |
Method Detail |
---|
boolean genotype2Phenotype()
boolean phenotype2Genotype()
void clear()
java.lang.Object getPhenotype()
java.lang.Object getGenotype()
void setPhenotype(java.lang.Object p)
p
- output to setvoid setGenotype(java.lang.Object g)
g
- input to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |