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 classSymmetricalDistanceMatrixParser.InputMatrixType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SymmetricalDistanceMatrixParsercreateInstance()DistanceMatrix[]parse(java.lang.Object source)voidsetInputMatrixType(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()
-
-