Uses of Enum Class
org.optaplanner.examples.tsp.domain.location.DistanceType
Packages that use DistanceType
Package
Description
-
Uses of DistanceType in org.optaplanner.examples.tsp.domain
Fields in org.optaplanner.examples.tsp.domain declared as DistanceTypeMethods in org.optaplanner.examples.tsp.domain that return DistanceTypeMethods in org.optaplanner.examples.tsp.domain with parameters of type DistanceType -
Uses of DistanceType in org.optaplanner.examples.tsp.domain.location
Methods in org.optaplanner.examples.tsp.domain.location that return DistanceTypeModifier and TypeMethodDescriptionstatic DistanceTypeReturns the enum constant of this class with the specified name.static DistanceType[]DistanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.