Uses of Enum Class
org.episteme.natural.chemistry.biochemistry.Nucleotide
Packages that use Nucleotide
-
Uses of Nucleotide in org.episteme.natural.chemistry.biochemistry
Subclasses with type arguments of type Nucleotide in org.episteme.natural.chemistry.biochemistryMethods in org.episteme.natural.chemistry.biochemistry that return NucleotideModifier and TypeMethodDescriptionNucleotide.complement()Returns the Watson-Crick complement.static NucleotideNucleotide.fromSymbol(char symbol) Looks up nucleotide by symbol.Nucleotide.toRNA()Returns RNA transcript base.static NucleotideReturns the enum constant of this class with the specified name.static Nucleotide[]Nucleotide.values()Returns an array containing the constants of this enum class, in the order they are declared.