Package org.forester.io.parsers
Class SymmetricalDistanceMatrixParser
- java.lang.Object
-
- org.forester.io.parsers.SymmetricalDistanceMatrixParser
-
public class SymmetricalDistanceMatrixParser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SymmetricalDistanceMatrixParser.InputMatrixType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SymmetricalDistanceMatrixParser
createInstance()
DistanceMatrix[]
parse(java.lang.Object source)
void
setInputMatrixType(SymmetricalDistanceMatrixParser.InputMatrixType input_matrix_type)
-
-
-
Method Detail
-
parse
public DistanceMatrix[] parse(java.lang.Object source) throws java.io.IOException
- Throws:
java.io.IOException
-
setInputMatrixType
public void setInputMatrixType(SymmetricalDistanceMatrixParser.InputMatrixType input_matrix_type)
-
createInstance
public static SymmetricalDistanceMatrixParser createInstance()
-
-