Uses of Enum Class
org.episteme.natural.biology.genetics.CodonTable
Packages that use CodonTable
Package
Description
Biological modeling, genetics, and life science simulations.
-
Uses of CodonTable in org.episteme.natural.biology.genetics
Subclasses with type arguments of type CodonTable in org.episteme.natural.biology.geneticsModifier and TypeClassDescriptionenumThe standard genetic code for translating RNA codons to Amino Acids.Methods in org.episteme.natural.biology.genetics that return CodonTableModifier and TypeMethodDescriptionstatic CodonTableReturns the enum constant of this class with the specified name.static CodonTable[]CodonTable.values()Returns an array containing the constants of this enum class, in the order they are declared.