| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.planner |
Route optimization.
|
| org.optaweb.vehiclerouting.service.route |
Handles
route updates. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static List<ShallowRoute> |
SolutionUtil.routes(org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution solution)
Extract routes from the solution.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ShallowRoute> |
RouteChangedEvent.routes()
Routes of all vehicles.
|
| Constructor and Description |
|---|
RouteChangedEvent(Object source,
String distance,
Long depotId,
Collection<ShallowRoute> routes)
Create a new ApplicationEvent.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.