com.rubecula.darwin.domain.helper
Interface Sexual

All Known Implementing Classes:
Allele_Sex, Nuclear_Zygote, Organism_Sexual

public interface Sexual

Defines the one method which must be supported by sex-based objects, viz. Nuclear_Zygote instances: ie. isFemale().

Author:
Robin Hillyard

Method Summary
 boolean isFemale()
          Method to get the sex of this organism.
 

Method Detail

isFemale

boolean isFemale()
Method to get the sex of this organism. I will not use the word gender as it is inappropriate!

Returns:
true if this organism is female.


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