com.rubecula.darwin.domain.world
Interface Asexual
- All Superinterfaces:
- Genetic
- All Known Implementing Classes:
- Organism_Asexual, Organism_TS
public interface Asexual
- extends Genetic
Defines operations on asexual organisms.
- Author:
- Robin Hillyard
Methods inherited from interface com.rubecula.darwin.domain.helper.Genetic |
getGenome |
reproduce
Organism reproduce(java.lang.String identifier,
Genomic genomic)
- Method to perform asexual reproduction.
- Parameters:
identifier
- an identifier.genomic
- the genomic for this population.
- Returns:
- a new Organism which has been added to
this
Organism's population.
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.