Package | Description |
---|---|
org.optaplanner.examples.vehiclerouting.domain |
Modifier and Type | Field and Description |
---|---|
protected Location |
Depot.location |
protected Location |
Customer.location |
Modifier and Type | Field and Description |
---|---|
protected List<Location> |
VehicleRoutingSolution.locationList |
Modifier and Type | Method and Description |
---|---|
Location |
Vehicle.getLocation() |
Location |
Standstill.getLocation() |
Location |
Depot.getLocation() |
Location |
Customer.getLocation() |
Modifier and Type | Method and Description |
---|---|
List<Location> |
VehicleRoutingSolution.getLocationList() |
Modifier and Type | Method and Description |
---|---|
int |
Location.getMilliDistance(Location location)
The distance is not in miles or km, but in the TSPLIB's unit of measurement.
|
void |
Depot.setLocation(Location location) |
void |
Customer.setLocation(Location location) |
Modifier and Type | Method and Description |
---|---|
void |
VehicleRoutingSolution.setLocationList(List<Location> locationList) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.