org.aisb.bio.things
Class AminoAcid

java.lang.Object
  extended byorg.aisb.bio.things.Monomer
      extended byorg.aisb.bio.things.AminoAcid

public class AminoAcid
extends Monomer

This class describes the set of amino acids that make up protein sequences. You use it by for example calling AminoAcid.getByName("Tyr"), or AminoAcid.getByCode('T').

Author:
Doug DeJulio

Constructor Summary
AminoAcid(java.lang.Class type, java.lang.String name, java.lang.Character code, int number)
           
 
Method Summary
static void initialize()
           
 
Methods inherited from class org.aisb.bio.things.Monomer
getByCode, getByCode, getByName, getByNumber, getByNumber, getCode, getName, getNumber, getQuantity, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AminoAcid

public AminoAcid(java.lang.Class type,
                 java.lang.String name,
                 java.lang.Character code,
                 int number)
Method Detail

initialize

public static void initialize()