com.rubecula.darwin.domain.genetics
Class Mating_Haldanian

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.genetics.Mating_
          extended by com.rubecula.darwin.domain.genetics.Mating_Haldanian
All Implemented Interfaces:
Mating, net.sf.tostring0.IToString

public final class Mating_Haldanian
extends Mating_

Lifespan: permanent. This is the default implementation class for the Mating interface

This class is named in honor of J. B. S. Haldane

Version:
$Revision: 1.1 $
Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.genetics.Mating_
_ColonyId, _Female, _Male, _Random, LOG
 
Fields inherited from interface net.sf.tostring0.IToString
ANGBR_OPEN, ANGBRA_CLSE, BRA_CLSE, BRA_OPEN, BRCE_OPEN, BRCS_CLSE, COLON, LIST_SEPARATOR, MAX_ELEMENTS_DEFAULT, S_MT, S_PERCENT, SEPARATOR, SPACE
 
Constructor Summary
Mating_Haldanian(Nuclear parent1, Nuclear parent2, org.apache.commons.math.random.RandomGenerator random, Genomic genomic)
          Primary constructor.
 
Method Summary
 
Methods inherited from class com.rubecula.darwin.domain.genetics.Mating_
equals, hashCode, progeny
 
Methods inherited from class net.sf.tostring0.AToString
toString, toString, toStringBrief, toStringId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mating_Haldanian

public Mating_Haldanian(Nuclear parent1,
                        Nuclear parent2,
                        org.apache.commons.math.random.RandomGenerator random,
                        Genomic genomic)
Primary constructor.

Parameters:
parent1 -
parent2 -
random -
genomic -


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