Uses of Class
org.forester.evoinference.matrix.character.CharacterStateMatrix.NucleotideStates
-
Packages that use CharacterStateMatrix.NucleotideStates Package Description org.forester.evoinference.matrix.character -
-
Uses of CharacterStateMatrix.NucleotideStates in org.forester.evoinference.matrix.character
Methods in org.forester.evoinference.matrix.character that return CharacterStateMatrix.NucleotideStates Modifier and Type Method Description static CharacterStateMatrix.NucleotideStatesCharacterStateMatrix.NucleotideStates. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CharacterStateMatrix.NucleotideStates[]CharacterStateMatrix.NucleotideStates. values()Returns an array containing the constants of this enum type, in the order they are declared.
-