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
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, getProperty, getQuantity, getType, setProperty |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Nucleotide
public Nucleotide(java.lang.Class type,
java.lang.String name,
java.lang.Character code,
int number)
- Parameters:
type
- name
- code
- number
-
initialize
public static void initialize()