|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a genotype containing multiple other genotypes. This interface is intended to be used for special purposes only. For creating specialized genotypes implementing the IGenotype interface is recommended. The contained genotypes are held together in an array-like structure.
Method Summary | |
IGenotype |
getGenotype(int index)
Gets a genotype from a specific position. |
void |
setGenotype(IGenotype gene,
int index)
Sets a genotype at the given position. |
Methods inherited from interface org.evolvica.core.IGenotype |
copy, getType, toString |
Method Detail |
public IGenotype getGenotype(int index)
index
- index of the genotype
public void setGenotype(IGenotype gene, int index)
gene
- the genotype that is to be setindex
- the index of the genotype
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |