#include <amygdala/genomehandler.h>
Inheritance diagram for GenomeHandler:
Public Methods | |
GenomeHandler () | |
virtual | ~GenomeHandler () |
virtual void | gene (string gene)=0 |
virtual void | startChromosome (int geneLength, int genes)=0 |
virtual void | finish ()=0 |
|
this function is called by Genome to notify the handler that no more genes get submitted. The handler is then supposed to do the rest of it's work. Implemented in Cherrymoya. |
|
gets called for each gene found in the genome
Implemented in Cherrymoya. |
|
gets called for each chromosome in the genome
Implemented in Cherrymoya. |