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

Packages that use Expresser
com.rubecula.darwin.domain.environment   
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 Expresser in com.rubecula.darwin.domain.environment
 

Classes in com.rubecula.darwin.domain.environment that implement Expresser
 class Expresser_
          Base (abstract) implementation of Expresser.
 class Expresser_Direct
          This expresser is suitable for haploid genomes.
 class Expresser_Function
          This expresser is suitable for haploid genomes.
 

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

Fields in com.rubecula.darwin.domain.genetics declared as Expresser
protected  Expresser Genomic_.expresserCommon
           
 

Fields in com.rubecula.darwin.domain.genetics with type parameters of type Expresser
protected  java.util.Map<Locus,Expresser> Genomic_.expressers
           
 

Methods in com.rubecula.darwin.domain.genetics that return Expresser
 Expresser Genomic_.getExpresser(Locus locus)
          Get the expresser for the specific locus.
 Expresser Genomic_.putExpresser(Locus locus, Expresser expresser)
          Register an expresser.
 

Methods in com.rubecula.darwin.domain.genetics that return types with arguments of type Expresser
 java.util.Map<Locus,Expresser> Genomic_.getExpressers()
          This is a bean property (not part of an interface).
 

Methods in com.rubecula.darwin.domain.genetics with parameters of type Expresser
 Expresser Genomic_.putExpresser(Locus locus, Expresser expresser)
          Register an expresser.
 void Genomic_.setExpresser(Expresser expresser)
          Set the common expresser (for all loci).
 

Method parameters in com.rubecula.darwin.domain.genetics with type arguments of type Expresser
 void Genomic_.setExpressers(java.util.Map<Locus,Expresser> expressers)
          Used by dependency injection: sets the expresser map.
 

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

Methods in com.rubecula.darwin.domain.helper that return Expresser
 Expresser Genomic.getExpresser(Locus locus)
           
 Expresser Genomic.putExpresser(Locus locus, Expresser expresser)
          Method to register an implementer of Expresser for a specific Locus.
 

Methods in com.rubecula.darwin.domain.helper with parameters of type Expresser
 Expresser Genomic.putExpresser(Locus locus, Expresser expresser)
          Method to register an implementer of Expresser for a specific Locus.
 void Genomic.setExpresser(Expresser expresser)
          Set the common expresser (for all loci).
 

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

Classes in com.rubecula.darwin.domain.world that implement Expresser
 class Expresser_Mendelian
          Lifespan: permanent.
 class Expresser_Sex
          Lifespan: permanent.
 

Method parameters in com.rubecula.darwin.domain.world with type arguments of type Expresser
 void Genomic_Sexual.setExpressers(java.util.Map<Locus,Expresser> expressers)
          Reset the expresser map, but include the sex chromosome expresser.
 

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

Classes in com.rubecula.darwin.examples.travelingsalesman that implement Expresser
 class Expresser_TS
           
 



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