Uses of Class
org.forester.io.parsers.SymmetricalDistanceMatrixParser.InputMatrixType
-
Packages that use SymmetricalDistanceMatrixParser.InputMatrixType Package Description org.forester.io.parsers -
-
Uses of SymmetricalDistanceMatrixParser.InputMatrixType in org.forester.io.parsers
Methods in org.forester.io.parsers that return SymmetricalDistanceMatrixParser.InputMatrixType Modifier and Type Method Description static SymmetricalDistanceMatrixParser.InputMatrixType
SymmetricalDistanceMatrixParser.InputMatrixType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SymmetricalDistanceMatrixParser.InputMatrixType[]
SymmetricalDistanceMatrixParser.InputMatrixType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.io.parsers with parameters of type SymmetricalDistanceMatrixParser.InputMatrixType Modifier and Type Method Description void
SymmetricalDistanceMatrixParser. setInputMatrixType(SymmetricalDistanceMatrixParser.InputMatrixType input_matrix_type)
-