org.forester.phylogenyinference
public class SymmetricalDistanceMatrixParser extends java.lang.Object implements DistanceMatrixParser
Modifier and Type | Class and Description |
---|---|
static class |
SymmetricalDistanceMatrixParser.InputMatrixType |
Modifier and Type | Method and Description |
---|---|
static SymmetricalDistanceMatrixParser |
createInstance() |
DistanceMatrix[] |
parse(java.lang.Object source) |
void |
setInputMatrixType(SymmetricalDistanceMatrixParser.InputMatrixType input_matrix_type) |
public DistanceMatrix[] parse(java.lang.Object source) throws java.io.IOException
parse
in interface DistanceMatrixParser
java.io.IOException
public void setInputMatrixType(SymmetricalDistanceMatrixParser.InputMatrixType input_matrix_type)
public static SymmetricalDistanceMatrixParser createInstance()