Uses of Class
org.optaweb.vehiclerouting.service.location.LocationService
-
Packages that use LocationService Package Description org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket.org.optaweb.vehiclerouting.service.demo Demo data set loading and exporting.org.optaweb.vehiclerouting.service.reload Loads the application state from repositories when it starts. -
-
Uses of LocationService in org.optaweb.vehiclerouting.plugin.websocket
Constructors in org.optaweb.vehiclerouting.plugin.websocket with parameters of type LocationService Constructor Description WebSocketController(RouteListener routeListener, RegionService regionService, LocationService locationService, VehicleService vehicleService, DemoService demoService, org.springframework.context.ApplicationEventPublisher eventPublisher) -
Uses of LocationService in org.optaweb.vehiclerouting.service.demo
Constructors in org.optaweb.vehiclerouting.service.demo with parameters of type LocationService Constructor Description DemoService(RoutingProblemList routingProblems, LocationService locationService, LocationRepository locationRepository, VehicleService vehicleService, VehicleRepository vehicleRepository, DataSetMarshaller dataSetMarshaller) -
Uses of LocationService in org.optaweb.vehiclerouting.service.reload
Constructors in org.optaweb.vehiclerouting.service.reload with parameters of type LocationService Constructor Description ReloadService(VehicleRepository vehicleRepository, VehicleService vehicleService, LocationRepository locationRepository, LocationService locationService)
-