jebl.evolution.io
Class TabDelimitedImporter

java.lang.Object
  extended by jebl.evolution.io.TabDelimitedImporter
All Implemented Interfaces:
DistanceMatrixImporter

public class TabDelimitedImporter
extends Object
implements DistanceMatrixImporter

Author:
Andrew Rambaut, Alexei Drummond

Nested Class Summary
 
Nested classes/interfaces inherited from interface jebl.evolution.io.DistanceMatrixImporter
DistanceMatrixImporter.Triangle
 
Constructor Summary
TabDelimitedImporter(Reader reader, DistanceMatrixImporter.Triangle triangle, boolean diagonal, boolean rowLabels, boolean columnLabels)
          Constructor
 
Method Summary
 List<DistanceMatrix> importDistanceMatrices()
          importDistances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabDelimitedImporter

public TabDelimitedImporter(Reader reader,
                            DistanceMatrixImporter.Triangle triangle,
                            boolean diagonal,
                            boolean rowLabels,
                            boolean columnLabels)
Constructor

Method Detail

importDistanceMatrices

public List<DistanceMatrix> importDistanceMatrices()
                                            throws IOException,
                                                   ImportException
importDistances.

Specified by:
importDistanceMatrices in interface DistanceMatrixImporter
Throws:
IOException
ImportException