Uses of Class
org.forester.evoinference.matrix.character.CharacterStateMatrix.Format
-
Packages that use CharacterStateMatrix.Format Package Description org.forester.evoinference.matrix.character org.forester.surfacing -
-
Uses of CharacterStateMatrix.Format in org.forester.evoinference.matrix.character
Methods in org.forester.evoinference.matrix.character that return CharacterStateMatrix.Format Modifier and Type Method Description static CharacterStateMatrix.FormatCharacterStateMatrix.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CharacterStateMatrix.Format[]CharacterStateMatrix.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.evoinference.matrix.character with parameters of type CharacterStateMatrix.Format Modifier and Type Method Description voidBasicCharacterStateMatrix. toWriter(java.io.Writer writer, CharacterStateMatrix.Format format)voidCharacterStateMatrix. toWriter(java.io.Writer writer, CharacterStateMatrix.Format format) -
Uses of CharacterStateMatrix.Format in org.forester.surfacing
Methods in org.forester.surfacing with parameters of type CharacterStateMatrix.Format Modifier and Type Method Description static voidSurfacingUtil. writeMatrixToFile(CharacterStateMatrix<?> matrix, java.lang.String filename, CharacterStateMatrix.Format format)
-