com.rubecula.darwin.domain.genetics
Class Chromosome_NoSex

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.genetics.Chromosome_
          extended by com.rubecula.darwin.domain.genetics.Chromosome_NoSex
All Implemented Interfaces:
Chromosome, Progenitor, SexLinked, net.sf.tostring0.Identifiable, net.sf.tostring0.IToString

public final class Chromosome_NoSex
extends Chromosome_

Lifespan: permanent. Standard implementation of Chromosome that is not sex-linked. If you need an implementation of Chromosome which does not fit either this type or Chromosome_Sex, then you need to subclass Chromosome_. This type name reminds me of the play No Sex Please, We're British

Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.genetics.Chromosome_
LOG
 
Fields inherited from interface com.rubecula.darwin.domain.helper.Chromosome
SEX
 
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
Chromosome_NoSex(java.lang.String identifier)
           
 
Method Summary
 
Methods inherited from class com.rubecula.darwin.domain.genetics.Chromosome_
add, add, addAll, addLocus, addLocus, clear, contains, equals, getCount, getGenomic, getIdentifier, getLoci, getLocus, hashCode, indexOf, isEmpty, isSexLinked, lastIndexOf, remove, remove, retainAll, setGenomic, setLoci, toArray, toArray
 
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
 
Methods inherited from interface net.sf.tostring0.IToString
toString, toStringBrief, toStringId
 

Constructor Detail

Chromosome_NoSex

public Chromosome_NoSex(java.lang.String identifier)
Parameters:
identifier -


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