Uses of Class
com.rubecula.darwin.domain.helper.GeneticsException

Packages that use GeneticsException
com.rubecula.darwin.domain.genetics

Genetics 

com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.domain.world

Darwin 

 

Uses of GeneticsException in com.rubecula.darwin.domain.genetics
 

Methods in com.rubecula.darwin.domain.genetics that throw GeneticsException
protected  void Chromosome_.add(int index, Locus locus)
           
 void Chromosome_.addLocus(int index, Locus locus)
          add locus and set the locus to point to this Chromosome as its owner.
 boolean Chromosome_.addLocus(Locus locus)
          Method to add a Locus at the end of this Genomic.
 boolean Genome_.getSex()
           
 

Uses of GeneticsException in com.rubecula.darwin.domain.helper
 

Methods in com.rubecula.darwin.domain.helper that throw GeneticsException
 void Chromosome.addLocus(int index, Locus locus)
          Method to add a Locus at the specified index.
 boolean Chromosome.addLocus(Locus locus)
          Method to add a Locus at the end of this Genomic.
 boolean Genome.getSex()
           
 

Uses of GeneticsException in com.rubecula.darwin.domain.world
 

Methods in com.rubecula.darwin.domain.world that throw GeneticsException
 void Genomic_Asexual.addLocus(int index, Locus locus)
          TEST
 boolean Genomic_Asexual.addLocus(Locus locus)
           
 



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