Uses of Enum Class
org.optaplanner.examples.vehiclerouting.domain.location.DistanceType
Packages that use DistanceType
Package
Description
-
Uses of DistanceType in org.optaplanner.examples.vehiclerouting.domain
Fields in org.optaplanner.examples.vehiclerouting.domain declared as DistanceTypeMethods in org.optaplanner.examples.vehiclerouting.domain that return DistanceTypeMethods in org.optaplanner.examples.vehiclerouting.domain with parameters of type DistanceTypeModifier and TypeMethodDescriptionvoidVehicleRoutingSolution.setDistanceType(DistanceType distanceType) -
Uses of DistanceType in org.optaplanner.examples.vehiclerouting.domain.location
Methods in org.optaplanner.examples.vehiclerouting.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.