org.aisb.bio.things
Class AminoAcid
java.lang.Object
  
org.aisb.bio.things.Monomer
      
org.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)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AminoAcid
public AminoAcid(java.lang.Class type,
                 java.lang.String name,
                 java.lang.Character code,
                 int number)
initialize
public static void initialize()