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.

Author:
Doug DeJulio

Constructor Summary
Nucleotide(java.lang.Class type, java.lang.String name, java.lang.Character code, int number)
           
 
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

Nucleotide

public Nucleotide(java.lang.Class type,
                  java.lang.String name,
                  java.lang.Character code,
                  int number)
Parameters:
type -
name -
code -
number -