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

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

Genetics 

com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.domain.world

Darwin 

com.rubecula.darwin.examples.travelingsalesman

Traveling Salesman Example 

 

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

Classes in com.rubecula.darwin.domain.genetics that implement Progenitor
 class Chromosome_
          Abstract class implementing base methods for the Chromosome interface.
 class Chromosome_NoSex
          Lifespan: permanent.
 class Chromosome_Sex
          lifespan: permanent.
 class Locus_
          Abstract class defining the base methods and fields for an implementer of Locus.
 class Locus_Random
          Lifespan: permanent.
 class Locus_Sex
          Lifespan: permanent.
 class Locus_Triversian
           Lifespan: permanent.
 

Methods in com.rubecula.darwin.domain.genetics that return Progenitor
 Progenitor Locus_.getParent()
           
 

Methods in com.rubecula.darwin.domain.genetics with parameters of type Progenitor
 void Locus_.setParent(Progenitor parent)
          Set the parent for this locus.
 

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

Subinterfaces of Progenitor in com.rubecula.darwin.domain.helper
 interface Chromosome
           Defines part of a Genomic.
 interface Locus
           Defines a Locus at which one of several Alleles may appear.
 

Methods in com.rubecula.darwin.domain.helper that return Progenitor
 Progenitor Locus.getParent()
           
 

Methods in com.rubecula.darwin.domain.helper with parameters of type Progenitor
 void Locus.setParent(Progenitor chromosome)
           
 

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

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

Uses of Progenitor in com.rubecula.darwin.examples.travelingsalesman
 

Classes in com.rubecula.darwin.examples.travelingsalesman that implement Progenitor
 class Locus_TS
           
 



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