Uses of Class
Nucleotide

Uses of Nucleotide in <Unnamed>
 

Methods in <Unnamed> that return Nucleotide
 Nucleotide BasePair.getBottom()
          Returns the nucleotide at the bottom of the base pair.
 Nucleotide BasePair.getTop()
          Returns the nucleotide at the top of the base pair.
static Nucleotide Nucleotide.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Nucleotide[] Nucleotide.values()
          Returns an array containing the constants of this enum type, in the order they are declared.