com.rubecula.darwin.domain.helper
Interface Replicator

All Known Subinterfaces:
Genomic
All Known Implementing Classes:
Genomic_, Genomic_Asexual, Genomic_Diploid, Genomic_Haploid, Genomic_Sexual

public interface Replicator

Author:
Robin Hillyard

Method Summary
 Genome createGamete(Genes genes)
          Method to create a "gamete", a single (haploid) set of genes, for example an X or Y chromosome in the human genome.
 

Method Detail

createGamete

Genome createGamete(Genes genes)
Method to create a "gamete", a single (haploid) set of genes, for example an X or Y chromosome in the human genome.

Parameters:
genes - the Genome from which the gamete will be created via a process of meiosis.
Returns:
a newly constructed gamete in the form of a genome.


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.