jebl.evolution.io
Class TabDelimitedImporter
java.lang.Object
jebl.evolution.io.TabDelimitedImporter
- All Implemented Interfaces:
- DistanceMatrixImporter
public class TabDelimitedImporter
- extends Object
- implements DistanceMatrixImporter
- Author:
- Andrew Rambaut, Alexei Drummond
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabDelimitedImporter
public TabDelimitedImporter(Reader reader,
DistanceMatrixImporter.Triangle triangle,
boolean diagonal,
boolean rowLabels,
boolean columnLabels)
- Constructor
importDistanceMatrices
public List<DistanceMatrix> importDistanceMatrices()
throws IOException,
ImportException
- importDistances.
- Specified by:
importDistanceMatrices
in interface DistanceMatrixImporter
- Throws:
IOException
ImportException