com.rubecula.darwin.domain.genetics
Class Nuclear_Zygote

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.genetics.Nuclear_
          extended by com.rubecula.darwin.domain.genetics.Nuclear_Zygote
All Implemented Interfaces:
Censusible, Genetic, Nuclear, Sexual, java.lang.Cloneable, net.sf.tostring0.IToString

public class Nuclear_Zygote
extends Nuclear_
implements Sexual

Lifespan: transient. Concrete implementation of Nuclear for sexual reproduction.

Author:
Robin Hillyard

Field Summary
 
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
 
Method Summary
 boolean isFemale()
          Method to get the sex of this organism.
 
Methods inherited from class com.rubecula.darwin.domain.genetics.Nuclear_
censusMe, clone, equals, getCensusibleChildren, getColonyId, getGenome, hashCode, setColonyId
 
Methods inherited from class net.sf.tostring0.AToString
toString, toString, toStringBrief, toStringId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isFemale

public boolean isFemale()
Description copied from interface: Sexual
Method to get the sex of this organism. I will not use the word gender as it is inappropriate!

Specified by:
isFemale in interface Sexual
Returns:
true if female.


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