Uses of Interface
org.thalia.bio.IBioLGroup

Packages that use IBioLGroup
org.metaqtl   
org.metaqtl.adapter   
org.thalia.bio   
org.thalia.bio.entity   
 

Uses of IBioLGroup in org.metaqtl
 

Methods in org.metaqtl with parameters of type IBioLGroup
 void ChromCluster.addChromosome(IBioLGroup group, IBioCross crossDesign, int mappingFunction, int mappingUnit, boolean rescale, boolean skeleton)
          Add a chromosome to the cluster
 void MapCluster.addChromosome(IBioLGroup group, IBioCross crossDesign, int mappingFunction, int mappingUnit, boolean rescale, boolean skeleton)
          Add a chromosome to the map cluster framework.
 

Uses of IBioLGroup in org.metaqtl.adapter
 

Methods in org.metaqtl.adapter with parameters of type IBioLGroup
static Chromosome ChromosomeAdapter.toChromosome(IBioLGroup group, IBioCross crossDesign, int mappingFunction, int mappingUnit)
          This method converts a linkage group into a chromosome of type Chromosome with the given cross design and the given mapping context.
 

Uses of IBioLGroup in org.thalia.bio
 

Methods in org.thalia.bio that return IBioLGroup
 IBioLGroup IBioLocus.getGroup()
           
 IBioLGroup IBioGenome.getGroup(java.lang.String name)
           
 IBioLGroup[] IBioGenome.groups()
           
 

Methods in org.thalia.bio with parameters of type IBioLGroup
 void IBioGenome.addGroup(IBioLGroup group)
           
 void IBioLocus.setGroup(IBioLGroup group)
           
 

Uses of IBioLGroup in org.thalia.bio.entity
 

Classes in org.thalia.bio.entity that implement IBioLGroup
 class LGroup
          Class Description Here
 class LocusContainer
          Class Description Here
 

Fields in org.thalia.bio.entity declared as IBioLGroup
static IBioLGroup[] IBioConstants.EMPTY_BIOLGROUP_ARRAY
           
 

Methods in org.thalia.bio.entity that return IBioLGroup
 IBioLGroup AlleleContainer.getGroup()
           
 IBioLGroup Locus.getGroup()
           
 IBioLGroup GroupContainer.getGroup(java.lang.String name)
           
 IBioLGroup[] GroupContainer.groups()
           
 

Methods in org.thalia.bio.entity with parameters of type IBioLGroup
 void GroupContainer.addGroup(IBioLGroup group)
           
 void AlleleContainer.setGroup(IBioLGroup group)
           
 void Locus.setGroup(IBioLGroup group)