Uses of Package
org.optaweb.vehiclerouting.service.route
-
Packages that use org.optaweb.vehiclerouting.service.route Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.plugin.routing Provides information based on geographical data, for example fastest and shortest distances between locations.org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket.org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
Classes in org.optaweb.vehiclerouting.service.route used by org.optaweb.vehiclerouting.plugin.planner Class Description RouteChangedEvent Event published when the routing plan has been updated either by discovering a better route or by a change in the problem specification (vehicles, visits). -
Classes in org.optaweb.vehiclerouting.service.route used by org.optaweb.vehiclerouting.plugin.routing Class Description Router Provides paths between locations. -
Classes in org.optaweb.vehiclerouting.service.route used by org.optaweb.vehiclerouting.plugin.websocket Class Description RouteListener Handles route updates emitted by optimization plugin.RoutingPlanConsumer Consumes routing plans. -
Classes in org.optaweb.vehiclerouting.service.route used by org.optaweb.vehiclerouting.service.route Class Description RouteChangedEvent Event published when the routing plan has been updated either by discovering a better route or by a change in the problem specification (vehicles, visits).Router Provides paths between locations.RoutingPlanConsumer Consumes routing plans.ShallowRoute Lightweight route description consisting of vehicle and location IDs instead of entities.