Uses of Class
org.thalia.bio.entity.CrossPopulation

Packages that use CrossPopulation
org.metaqtl.util   
 

Uses of CrossPopulation in org.metaqtl.util
 

Methods in org.metaqtl.util that return CrossPopulation
static CrossPopulation GeneticMapProperties.getCrossDesign(IBioGenome map)
          This routine returns an object which handle the properties of the offspring which have been used to create the genetic map.
static CrossPopulation GeneticMapProperties.getMappingCross(IBioGenome map)
           
 

Methods in org.metaqtl.util with parameters of type CrossPopulation
static void GeneticMapProperties.setCrossDesign(IBioGenome map, CrossPopulation crossDesign)