Uses of Package
org.optaweb.vehiclerouting.service.location
-
Packages that use org.optaweb.vehiclerouting.service.location Package Description org.optaweb.vehiclerouting.plugin.persistence Persistence infrastructure.org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket.org.optaweb.vehiclerouting.service.demo Demo data set loading and exporting.org.optaweb.vehiclerouting.service.distance Distance matrix calculation.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.org.optaweb.vehiclerouting.service.vehicle Performs use cases that involve vehicles. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.plugin.persistence Class Description LocationRepository Defines repository operations on locations. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.plugin.planner Class Description DistanceMatrixRow Containsdistancesfrom the location associated with this row to other locations.RouteOptimizer Performs route optimization based on distances between locations. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.plugin.websocket Class Description LocationService Performs location-related use cases. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.service.demo Class Description LocationRepository Defines repository operations on locations.LocationService Performs location-related use cases. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.service.distance Class Description DistanceMatrix Holds distances between every pair of locations.DistanceMatrixRow Containsdistancesfrom the location associated with this row to other locations. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.service.location Class Description DistanceMatrix Holds distances between every pair of locations.DistanceMatrixRow Containsdistancesfrom the location associated with this row to other locations.LocationRepository Defines repository operations on locations.RouteOptimizer Performs route optimization based on distances between locations. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.service.reload Class Description LocationRepository Defines repository operations on locations.LocationService Performs location-related use cases. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.service.route Class Description LocationRepository Defines repository operations on locations. -
Classes in org.optaweb.vehiclerouting.service.location used by org.optaweb.vehiclerouting.service.vehicle Class Description RouteOptimizer Performs route optimization based on distances between locations.