Package jebl.evolution.io
Class TabDelimitedImporter
- java.lang.Object
-
- jebl.evolution.io.TabDelimitedImporter
-
- All Implemented Interfaces:
DistanceMatrixImporter
public class TabDelimitedImporter extends java.lang.Object implements 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
Constructors Constructor Description TabDelimitedImporter(java.io.Reader reader, DistanceMatrixImporter.Triangle triangle, boolean diagonal, boolean rowLabels, boolean columnLabels)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DistanceMatrix>
importDistanceMatrices()
importDistances.
-
-
-
Constructor Detail
-
TabDelimitedImporter
public TabDelimitedImporter(java.io.Reader reader, DistanceMatrixImporter.Triangle triangle, boolean diagonal, boolean rowLabels, boolean columnLabels)
Constructor
-
-
Method Detail
-
importDistanceMatrices
public java.util.List<DistanceMatrix> importDistanceMatrices() throws java.io.IOException, ImportException
importDistances.- Specified by:
importDistanceMatrices
in interfaceDistanceMatrixImporter
- Throws:
java.io.IOException
ImportException
-
-