Uses of Class
org.forester.evoinference.matrix.distance.DistanceMatrix.Format
-
Packages that use DistanceMatrix.Format Package Description org.forester.evoinference.matrix.distance -
-
Uses of DistanceMatrix.Format in org.forester.evoinference.matrix.distance
Methods in org.forester.evoinference.matrix.distance that return DistanceMatrix.Format Modifier and Type Method Description static DistanceMatrix.Format
DistanceMatrix.Format. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DistanceMatrix.Format[]
DistanceMatrix.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.evoinference.matrix.distance with parameters of type DistanceMatrix.Format Modifier and Type Method Description java.lang.StringBuffer
BasicSymmetricalDistanceMatrix. toStringBuffer(DistanceMatrix.Format format)
java.lang.StringBuffer
DistanceMatrix. toStringBuffer(DistanceMatrix.Format format)
-