Package jebl.evolution.io
Class TabDelimitedImporter
java.lang.Object
jebl.evolution.io.TabDelimitedImporter
- All Implemented Interfaces:
DistanceMatrixImporter
- Version:
- $Id: TabDelimitedImporter.java 185 2006-01-23 23:03:18Z rambaut $
- Author:
- Andrew Rambaut, Alexei Drummond
-
Nested Class Summary
Nested classes/interfaces inherited from interface jebl.evolution.io.DistanceMatrixImporter
DistanceMatrixImporter.Triangle -
Constructor Summary
ConstructorsConstructorDescriptionTabDelimitedImporter(Reader reader, DistanceMatrixImporter.Triangle triangle, boolean diagonal, boolean rowLabels, boolean columnLabels) Constructor -
Method Summary
-
Constructor Details
-
TabDelimitedImporter
public TabDelimitedImporter(Reader reader, DistanceMatrixImporter.Triangle triangle, boolean diagonal, boolean rowLabels, boolean columnLabels) Constructor
-
-
Method Details
-
importDistanceMatrices
importDistances.- Specified by:
importDistanceMatricesin interfaceDistanceMatrixImporter- Throws:
IOExceptionImportException
-