Uses of Interface
org.optaweb.vehiclerouting.service.location.LocationRepository
-
Packages that use LocationRepository Package Description org.optaweb.vehiclerouting.plugin.persistence Persistence infrastructure.org.optaweb.vehiclerouting.service.demo Demo data set loading and exporting.org.optaweb.vehiclerouting.service.location Use cases that involvelocations.org.optaweb.vehiclerouting.service.reload Loads the application state from repositories when it starts.org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
-
Uses of LocationRepository in org.optaweb.vehiclerouting.plugin.persistence
Classes in org.optaweb.vehiclerouting.plugin.persistence that implement LocationRepository Modifier and Type Class Description (package private) classLocationRepositoryImpl -
Uses of LocationRepository in org.optaweb.vehiclerouting.service.demo
Constructors in org.optaweb.vehiclerouting.service.demo with parameters of type LocationRepository Constructor Description DemoService(RoutingProblemList routingProblems, LocationService locationService, LocationRepository locationRepository, VehicleService vehicleService, VehicleRepository vehicleRepository, DataSetMarshaller dataSetMarshaller) -
Uses of LocationRepository in org.optaweb.vehiclerouting.service.location
Constructors in org.optaweb.vehiclerouting.service.location with parameters of type LocationRepository Constructor Description LocationService(LocationRepository repository, RouteOptimizer optimizer, DistanceMatrix distanceMatrix, org.springframework.context.ApplicationEventPublisher eventPublisher) -
Uses of LocationRepository in org.optaweb.vehiclerouting.service.reload
Constructors in org.optaweb.vehiclerouting.service.reload with parameters of type LocationRepository Constructor Description ReloadService(VehicleRepository vehicleRepository, VehicleService vehicleService, LocationRepository locationRepository, LocationService locationService) -
Uses of LocationRepository in org.optaweb.vehiclerouting.service.route
Constructors in org.optaweb.vehiclerouting.service.route with parameters of type LocationRepository Constructor Description RouteListener(Router router, RoutingPlanConsumer routingPlanConsumer, VehicleRepository vehicleRepository, LocationRepository locationRepository)
-