| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.planner |
Route optimization.
|
| org.optaweb.vehiclerouting.plugin.planner.change |
ProblemFactChange implementations. |
| org.optaweb.vehiclerouting.plugin.planner.domain |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<PlanningLocation,Double>> |
DistanceMap.entrySet() |
Set<PlanningLocation> |
DistanceMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SolverManager.addLocation(PlanningLocation location) |
Double |
DistanceMap.put(PlanningLocation key,
Double value) |
(package private) void |
SolverManager.removeLocation(PlanningLocation location) |
| Modifier and Type | Method and Description |
|---|---|
void |
DistanceMap.putAll(Map<? extends PlanningLocation,? extends Double> m) |
| Constructor and Description |
|---|
DistanceMap(PlanningLocation location,
Map<Long,Double> distanceMap) |
| Constructor and Description |
|---|
RemoveLocation(PlanningLocation removedLocation) |
| Modifier and Type | Field and Description |
|---|---|
protected PlanningLocation |
PlanningVisit.location |
protected PlanningLocation |
PlanningDepot.location |
| Modifier and Type | Method and Description |
|---|---|
PlanningLocation |
Standstill.getLocation() |
PlanningLocation |
PlanningVisit.getLocation() |
PlanningLocation |
PlanningVehicle.getLocation() |
PlanningLocation |
PlanningDepot.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanningLocation> |
VehicleRoutingSolution.getLocationList() |
Map<PlanningLocation,Double> |
PlanningLocation.getTravelDistanceMap() |
| Modifier and Type | Method and Description |
|---|---|
double |
PlanningLocation.getAngle(PlanningLocation location)
The angle relative to the direction EAST.
|
long |
PlanningLocation.getDistanceTo(PlanningLocation location)
Get distance to the given location
|
void |
PlanningVisit.setLocation(PlanningLocation location) |
void |
PlanningDepot.setLocation(PlanningLocation location) |
static PlanningVisit |
PlanningVisitFactory.visit(PlanningLocation location)
Create visit with
PlanningVisitFactory.DEFAULT_VISIT_DEMAND. |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setLocationList(List<PlanningLocation> locationList) |
void |
PlanningLocation.setTravelDistanceMap(Map<PlanningLocation,Double> travelDistanceMap) |
static VehicleRoutingSolution |
SolutionFactory.solutionFromLocations(List<PlanningVehicle> vehicles,
PlanningDepot depot,
List<? extends PlanningLocation> visitLocations)
Create a new solution from given vehicles, depot and visit locations.
|
| Constructor and Description |
|---|
PlanningDepot(PlanningLocation location) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.