Uses of Class
com.objex.progeny.anywhere.data.Allele

Packages that use Allele
com.objex.progeny.anywhere.data   
 

Uses of Allele in com.objex.progeny.anywhere.data
 

Methods in com.objex.progeny.anywhere.data that return Allele
 Allele Allele.cloneAllele()
          Creates and returns a new Allele with the same properties as this Allele.
 Allele ChromosomeMarker.getMaternalAllele()
           
 Allele ChromosomeMarker.getPaternalAllele()
           
 

Methods in com.objex.progeny.anywhere.data with parameters of type Allele
 void ChromosomeMarker.setMaternalAllele(Allele rhs)
          Set the maternal allele to specified value
 void ChromosomeMarker.setPaternalAllele(Allele rhs)
          Set the parternal allele.