Uses of Interface
org.metaqtl.bio.IBioAllele

Packages that use IBioAllele
org.metaqtl.bio   
org.metaqtl.bio.entity   
 

Uses of IBioAllele in org.metaqtl.bio
 

Methods in org.metaqtl.bio that return IBioAllele
 IBioAllele[] IBioLocus.alleles()
           
 IBioAllele IBioLocus.getAllele(java.lang.String name)
           
 

Methods in org.metaqtl.bio with parameters of type IBioAllele
 void IBioLocus.addAllele(IBioAllele allele)
           
 

Uses of IBioAllele in org.metaqtl.bio.entity
 

Fields in org.metaqtl.bio.entity declared as IBioAllele
static IBioAllele[] IBioConstants.EMPTY_BIOALLELE_ARRAY
           
 

Methods in org.metaqtl.bio.entity that return IBioAllele
 IBioAllele[] AlleleContainer.alleles()
           
 IBioAllele AlleleContainer.getAllele(java.lang.String name)
           
 

Methods in org.metaqtl.bio.entity with parameters of type IBioAllele
 void AlleleContainer.addAllele(IBioAllele allele)