Uses of Interface
edu.uconn.mcb.lineageevolver.AminoAcid

Packages that use AminoAcid
edu.uconn.mcb.lineageevolver Provides all basic, universal LineageEvolver classes directly, and serves as a parent for all other LineageEvolver packages. 
 

Uses of AminoAcid in edu.uconn.mcb.lineageevolver
 

Classes in edu.uconn.mcb.lineageevolver that implement AminoAcid
 class ByteAminoAcid
          Amino Acid implementation using byte datatype.
 

Methods in edu.uconn.mcb.lineageevolver that return AminoAcid
 AminoAcid Gene.getAminoAcid(int index)
          Returns the AminoAcid at the given index.
 AminoAcid ASRVByteAAGene.getAminoAcid(int index)