Uses of Enum Class
org.forester.evoinference.matrix.character.CharacterStateMatrix.Format
Packages that use CharacterStateMatrix.Format
-
Uses of CharacterStateMatrix.Format in org.forester.evoinference.matrix.character
Methods in org.forester.evoinference.matrix.character that return CharacterStateMatrix.FormatModifier and TypeMethodDescriptionstatic CharacterStateMatrix.FormatReturns the enum constant of this class with the specified name.static CharacterStateMatrix.Format[]CharacterStateMatrix.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.evoinference.matrix.character with parameters of type CharacterStateMatrix.FormatModifier and TypeMethodDescriptionvoidBasicCharacterStateMatrix.toWriter(Writer writer, CharacterStateMatrix.Format format) voidCharacterStateMatrix.toWriter(Writer writer, CharacterStateMatrix.Format format) -
Uses of CharacterStateMatrix.Format in org.forester.surfacing
Methods in org.forester.surfacing with parameters of type CharacterStateMatrix.FormatModifier and TypeMethodDescriptionstatic voidSurfacingUtil.writeMatrixToFile(CharacterStateMatrix<?> matrix, String filename, CharacterStateMatrix.Format format)