Package | Description |
---|---|
jebl.evolution.io |
Modifier and Type | Method and Description |
---|---|
static DistanceMatrixImporter.Triangle |
DistanceMatrixImporter.Triangle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistanceMatrixImporter.Triangle[] |
DistanceMatrixImporter.Triangle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TabDelimitedImporter(java.io.Reader reader,
DistanceMatrixImporter.Triangle triangle,
boolean diagonal,
boolean rowLabels,
boolean columnLabels)
Constructor
|
http://code.google.com/p/jebl2/