Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.DistanceType
-
Packages that use DistanceType Package Description org.optaplanner.examples.vehiclerouting.domain org.optaplanner.examples.vehiclerouting.domain.location -
-
Uses of DistanceType in org.optaplanner.examples.vehiclerouting.domain
Fields in org.optaplanner.examples.vehiclerouting.domain declared as DistanceType Modifier and Type Field Description protected DistanceTypeVehicleRoutingSolution. distanceTypeMethods in org.optaplanner.examples.vehiclerouting.domain that return DistanceType Modifier and Type Method Description DistanceTypeVehicleRoutingSolution. getDistanceType()Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type DistanceType Modifier and Type Method Description voidVehicleRoutingSolution. setDistanceType(DistanceType distanceType) -
Uses of DistanceType in org.optaplanner.examples.vehiclerouting.domain.location
Methods in org.optaplanner.examples.vehiclerouting.domain.location that return DistanceType Modifier and Type Method Description static DistanceTypeDistanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistanceType[]DistanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-