Uses of Interface
org.optaweb.vehiclerouting.service.location.RouteOptimizer
-
Packages that use RouteOptimizer Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.service.location Use cases that involvelocations.org.optaweb.vehiclerouting.service.vehicle Performs use cases that involve vehicles. -
-
Uses of RouteOptimizer in org.optaweb.vehiclerouting.plugin.planner
Classes in org.optaweb.vehiclerouting.plugin.planner that implement RouteOptimizer Modifier and Type Class Description (package private) classRouteOptimizerImplAccumulates vehicles, depots and visits until there's enough data to start the optimization. -
Uses of RouteOptimizer in org.optaweb.vehiclerouting.service.location
Constructors in org.optaweb.vehiclerouting.service.location with parameters of type RouteOptimizer Constructor Description LocationService(LocationRepository repository, RouteOptimizer optimizer, DistanceMatrix distanceMatrix, org.springframework.context.ApplicationEventPublisher eventPublisher) -
Uses of RouteOptimizer in org.optaweb.vehiclerouting.service.vehicle
Constructors in org.optaweb.vehiclerouting.service.vehicle with parameters of type RouteOptimizer Constructor Description VehicleService(RouteOptimizer optimizer, VehicleRepository vehicleRepository)
-