Uses of Interface
org.thalia.bio.IBioAllele

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

Uses of IBioAllele in org.thalia.bio
 

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

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

Uses of IBioAllele in org.thalia.bio.entity
 

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

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

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