| 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 | Field and Description |
|---|---|
protected PlanningVisit |
PlanningVisit.nextVisit |
| Modifier and Type | Method and Description |
|---|---|
PlanningVisit |
Standstill.getNextVisit() |
PlanningVisit |
PlanningVisit.getNextVisit() |
PlanningVisit |
PlanningVehicle.getNextVisit() |
static PlanningVisit |
PlanningVisitFactory.visit(PlanningLocation location)
Create visit with
PlanningVisitFactory.DEFAULT_VISIT_DEMAND. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PlanningVisit> |
PlanningVehicle.getFutureVisits() |
List<PlanningVisit> |
VehicleRoutingSolution.getVisitList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Standstill.setNextVisit(PlanningVisit nextVisit) |
void |
PlanningVisit.setNextVisit(PlanningVisit nextVisit) |
void |
PlanningVehicle.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 |
|---|---|
DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight |
DepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
PlanningVisit customer) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.