Uses of Interface
com.rubecula.darwin.domain.helper.Chromosome

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

Genetics 

com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.domain.world

Darwin 

 

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

Classes in com.rubecula.darwin.domain.genetics that implement Chromosome
 class Chromosome_
          Abstract class implementing base methods for the Chromosome interface.
 class Chromosome_NoSex
          Lifespan: permanent.
 class Chromosome_Sex
          lifespan: permanent.
 

Fields in com.rubecula.darwin.domain.genetics with type parameters of type Chromosome
protected  AuditableList<Chromosome> Genomic_._chromosomes
           
 

Methods in com.rubecula.darwin.domain.genetics that return Chromosome
 Chromosome Locus_.getChromosome()
           
 Chromosome Genomic_.getChromosome(int index)
           
 

Methods in com.rubecula.darwin.domain.genetics that return types with arguments of type Chromosome
 java.util.Collection<Chromosome> Genomic_.getChromosomes()
           
 

Methods in com.rubecula.darwin.domain.genetics with parameters of type Chromosome
 boolean Genomic_.addChromosome(Chromosome chromosome)
           
 void Genomic_.addChromosome(int index, Chromosome chromosome)
           
 Genome Meiosis_Locus.doMeiosis(Genomic genomic, Genes genes, Chromosome chromosome)
          This method does meiosis for a set of genes.
 Genome Meiosis_Clone.doMeiosis(Genomic genomic, Genes genes, Chromosome chromosome)
          This method essentially clones the existing set of genes.
 Genome Meiosis_Chromosome.doMeiosis(Genomic genomic, Genes genes, Chromosome chromosome)
          This method does meiosis for a set of genes.
protected  Genome Meiosis_.doMeiosisChromosome(Genomic genomic, Genes genes, Chromosome chromosome, int index)
           
 

Method parameters in com.rubecula.darwin.domain.genetics with type arguments of type Chromosome
 void Genomic_.setChromosomes(java.util.Collection<Chromosome> chromosomes)
           
 

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

Methods in com.rubecula.darwin.domain.helper that return Chromosome
 Chromosome Locus.getChromosome()
           
 Chromosome Genomic.getChromosome(int index)
           
 

Methods in com.rubecula.darwin.domain.helper that return types with arguments of type Chromosome
 java.util.Collection<Chromosome> Genomic.getChromosomes()
          Getter/setter typically used by reflection.
 

Methods in com.rubecula.darwin.domain.helper with parameters of type Chromosome
 boolean Genomic.addChromosome(Chromosome chromosome)
          Method to add a chromosome at the end of this Genomic.
 void Genomic.addChromosome(int index, Chromosome chromosome)
          Method to add a chromosome at the specified index.
 Genome Meiosis.doMeiosis(Genomic genomic, Genes genes, Chromosome chromosome)
          This method determines which alleles will be chosen for a complete chromosome.
 

Method parameters in com.rubecula.darwin.domain.helper with type arguments of type Chromosome
 void Genomic.setChromosomes(java.util.Collection<Chromosome> chromosomes)
          This is the preferred method to set the chromosomes.
 

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

Classes in com.rubecula.darwin.domain.world that implement Chromosome
 class Genomic_Asexual
           Lifespan: permanent.
 

Methods in com.rubecula.darwin.domain.world that return Chromosome
 Chromosome Genomic_Sexual.getChromosome(int index)
          Use this method to return a non-sex chromosome from this Genomic_Sexual object.
 



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