org.aisb.bio.things
Class Nucleotide
java.lang.Object
org.aisb.bio.things.Monomer
org.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
Methods inherited from class org.aisb.bio.things.Monomer |
getByCode, getByCode, getByName, getByNumber, getByNumber, getCode, getName, getNumber, getProperty, getQuantity, getType, setProperty |
Nucleotide
public Nucleotide(Class type,
String name,
Character code,
int number)
- Parameters:
type
- name
- code
- number
-
initialize
public static void initialize()