| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.planner.domain |
| Modifier and Type | Method and Description |
|---|---|
PlanningDepot |
PlanningVehicle.getDepot() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanningDepot> |
VehicleRoutingSolution.getDepotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanningVehicle.setDepot(PlanningDepot depot) |
static VehicleRoutingSolution |
SolutionFactory.solutionFromLocations(List<PlanningVehicle> vehicles,
PlanningDepot depot,
List<? extends PlanningLocation> visitLocations)
Create a new solution from given vehicles, depot and visit locations.
|
static VehicleRoutingSolution |
SolutionFactory.solutionFromVisits(List<PlanningVehicle> vehicles,
PlanningDepot depot,
List<PlanningVisit> visits)
Create a new solution from given vehicles, depot and visits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setDepotList(List<PlanningDepot> depotList) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.