Uses of Class
jebl.evolution.io.DistanceMatrixImporter.Triangle
-
Packages that use DistanceMatrixImporter.Triangle Package Description jebl.evolution.io -
-
Uses of DistanceMatrixImporter.Triangle in jebl.evolution.io
Methods in jebl.evolution.io that return DistanceMatrixImporter.Triangle Modifier and Type Method 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.Constructors in jebl.evolution.io with parameters of type DistanceMatrixImporter.Triangle Constructor Description TabDelimitedImporter(java.io.Reader reader, DistanceMatrixImporter.Triangle triangle, boolean diagonal, boolean rowLabels, boolean columnLabels)
Constructor
-