org.forester.io.parsers
Class SymmetricalDistanceMatrixParser

java.lang.Object
  extended by org.forester.io.parsers.SymmetricalDistanceMatrixParser

public class SymmetricalDistanceMatrixParser
extends java.lang.Object


Nested Class Summary
static class SymmetricalDistanceMatrixParser.InputMatrixType
           
 
Method Summary
static SymmetricalDistanceMatrixParser createInstance()
           
 DistanceMatrix[] parse(java.lang.Object source)
           
 void setInputMatrixType(SymmetricalDistanceMatrixParser.InputMatrixType input_matrix_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()