Uses of Interface
org.optaweb.vehiclerouting.plugin.planner.domain.DistanceMap
-
Packages that use DistanceMap Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.plugin.planner.domain Domain model adjusted for OptaPlanner. -
-
Uses of DistanceMap in org.optaweb.vehiclerouting.plugin.planner
Classes in org.optaweb.vehiclerouting.plugin.planner that implement DistanceMap Modifier and Type Class Description classDistanceMapImplProvides distances toPlanningLocations by reading from aDistanceMatrixRow. -
Uses of DistanceMap in org.optaweb.vehiclerouting.plugin.planner.domain
Methods in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type DistanceMap Modifier and Type Method Description static PlanningLocationPlanningLocationFactory. fromDomain(Location location, DistanceMap distanceMap)Create planning location from a domain location and a distance map.static PlanningLocationPlanningLocationFactory. testLocation(long id, DistanceMap distanceMap)Create test location with distance map and without coordinates.Constructors in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type DistanceMap Constructor Description PlanningLocation(long id, double latitude, double longitude, DistanceMap travelDistanceMap)
-