Uses of Class
org.optaweb.vehiclerouting.service.route.ShallowRoute
-
Packages that use ShallowRoute Package Description org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
-
Uses of ShallowRoute in org.optaweb.vehiclerouting.service.route
Methods in org.optaweb.vehiclerouting.service.route that return types with arguments of type ShallowRoute Modifier and Type Method Description Collection<ShallowRoute>RouteChangedEvent. routes()Routes of all vehicles.Constructor parameters in org.optaweb.vehiclerouting.service.route with type arguments of type ShallowRoute Constructor Description RouteChangedEvent(Object source, Distance distance, List<Long> vehicleIds, Long depotId, List<Long> visitIds, Collection<ShallowRoute> routes)Create a new ApplicationEvent.
-