Uses of Class
org.forester.evoinference.distance.PairwiseDistanceCalculator.PWD_DISTANCE_METHOD
-
Packages that use PairwiseDistanceCalculator.PWD_DISTANCE_METHOD Package Description org.forester.archaeopteryx.tools org.forester.evoinference.distance -
-
Uses of PairwiseDistanceCalculator.PWD_DISTANCE_METHOD in org.forester.archaeopteryx.tools
Methods in org.forester.archaeopteryx.tools that return PairwiseDistanceCalculator.PWD_DISTANCE_METHOD Modifier and Type Method Description PairwiseDistanceCalculator.PWD_DISTANCE_METHOD
PhylogeneticInferenceOptions. getPwdDistanceMethod()
Methods in org.forester.archaeopteryx.tools with parameters of type PairwiseDistanceCalculator.PWD_DISTANCE_METHOD Modifier and Type Method Description void
PhylogeneticInferenceOptions. setPwdDistanceMethod(PairwiseDistanceCalculator.PWD_DISTANCE_METHOD pwd_distance_method)
-
Uses of PairwiseDistanceCalculator.PWD_DISTANCE_METHOD in org.forester.evoinference.distance
Methods in org.forester.evoinference.distance that return PairwiseDistanceCalculator.PWD_DISTANCE_METHOD Modifier and Type Method Description static PairwiseDistanceCalculator.PWD_DISTANCE_METHOD
PairwiseDistanceCalculator.PWD_DISTANCE_METHOD. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PairwiseDistanceCalculator.PWD_DISTANCE_METHOD[]
PairwiseDistanceCalculator.PWD_DISTANCE_METHOD. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-