Uses of Interface
org.optaweb.vehiclerouting.service.route.Router
-
Packages that use Router Package Description org.optaweb.vehiclerouting.plugin.routing Provides information based on geographical data, for example fastest and shortest distances between locations.org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
-
Uses of Router in org.optaweb.vehiclerouting.plugin.routing
Classes in org.optaweb.vehiclerouting.plugin.routing that implement Router Modifier and Type Class Description classAirDistanceRouter(package private) classGraphHopperRouterProvides geographical information needed for route optimization. -
Uses of Router in org.optaweb.vehiclerouting.service.route
Constructors in org.optaweb.vehiclerouting.service.route with parameters of type Router Constructor Description RouteListener(Router router, RoutingPlanConsumer routingPlanConsumer, VehicleRepository vehicleRepository, LocationRepository locationRepository)
-