public class TabDelimitedImporter extends java.lang.Object implements DistanceMatrixImporter
DistanceMatrixImporter.Triangle| Constructor and Description |
|---|
TabDelimitedImporter(java.io.Reader reader,
DistanceMatrixImporter.Triangle triangle,
boolean diagonal,
boolean rowLabels,
boolean columnLabels)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DistanceMatrix> |
importDistanceMatrices()
importDistances.
|
public TabDelimitedImporter(java.io.Reader reader,
DistanceMatrixImporter.Triangle triangle,
boolean diagonal,
boolean rowLabels,
boolean columnLabels)
public java.util.List<DistanceMatrix> importDistanceMatrices() throws java.io.IOException, ImportException
importDistanceMatrices in interface DistanceMatrixImporterjava.io.IOExceptionImportExceptionhttp://code.google.com/p/jebl2/