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.Format
Returns 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 TypeMethodDescriptionvoid
BasicCharacterStateMatrix.toWriter
(Writer writer, CharacterStateMatrix.Format format) void
CharacterStateMatrix.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 void
SurfacingUtil.writeMatrixToFile
(CharacterStateMatrix<?> matrix, String filename, CharacterStateMatrix.Format format)