| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.planner.change |
ProblemFactChange implementations. |
| org.optaweb.vehiclerouting.plugin.planner.domain | |
| org.optaweb.vehiclerouting.plugin.planner.weight |
| Constructor and Description |
|---|
AddVisit(PlanningVisit visit) |
RemoveVisit(PlanningVisit planningVisit) |
| Modifier and Type | Method and Description |
|---|---|
static PlanningVisit |
PlanningVisitFactory.fromLocation(PlanningLocation location)
Create visit with
PlanningVisitFactory.DEFAULT_VISIT_DEMAND. |
PlanningVisit |
PlanningVisit.getNextVisit() |
PlanningVisit |
PlanningVehicle.getNextVisit() |
PlanningVisit |
Standstill.getNextVisit() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PlanningVisit> |
PlanningVehicle.getFutureVisits() |
List<PlanningVisit> |
VehicleRoutingSolution.getVisitList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanningVisit.setNextVisit(PlanningVisit nextVisit) |
void |
PlanningVehicle.setNextVisit(PlanningVisit nextVisit) |
void |
Standstill.setNextVisit(PlanningVisit nextVisit) |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setVisitList(List<PlanningVisit> visitList) |
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 |
|---|---|
DepotAngleVisitDifficultyWeightFactory.DepotAngleVisitDifficultyWeight |
DepotAngleVisitDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution solution,
PlanningVisit visit) |
| Constructor and Description |
|---|
DepotAngleVisitDifficultyWeight(PlanningVisit visit,
double depotAngle,
long depotRoundTripDistance) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.