org.aisb.bio.things
Class Nucleotide

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

public class Nucleotide
extends Monomer

This subclass of monomer specifically encodes nucleotides. You use it by for example calling AminoAcid.getByCode('A'), or AminoAcid.getByNumber(1).

Author:
Doug DeJulio

Constructor Summary
Nucleotide(Class type, String name, 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, getProperty, getQuantity, getType, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nucleotide

public Nucleotide(Class type,
                  String name,
                  Character code,
                  int number)
Parameters:
type -
name -
code -
number -
Method Detail

initialize

public static void initialize()