com.rubecula.darwin.domain.helper
Interface Mating

All Known Implementing Classes:
Mating_, Mating_Haldanian

public interface Mating

Defines the mating of a pair of organisms, one male, one female.

Version:
$Revision: 1.2 $
Author:
Robin Hillyard

Method Summary
 Nuclear progeny()
          Method to create progeny for this mating.
 

Method Detail

progeny

Nuclear progeny()
Method to create progeny for this mating. This method may be called any number of times and the progeny should be different each time.

Returns:
a new organism, formed by combining the genomes of the gametes spawned from the male and the female.


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