Package | Description |
---|---|
org.optaplanner.examples.vehiclerouting.domain |
Modifier and Type | Field and Description |
---|---|
protected VrpLocation |
VrpCustomer.location |
protected VrpLocation |
VrpDepot.location |
Modifier and Type | Field and Description |
---|---|
protected List<VrpLocation> |
VrpSchedule.locationList |
Modifier and Type | Method and Description |
---|---|
VrpLocation |
VrpCustomer.getLocation() |
VrpLocation |
VrpVehicle.getLocation() |
VrpLocation |
VrpStandstill.getLocation() |
VrpLocation |
VrpDepot.getLocation() |
Modifier and Type | Method and Description |
---|---|
List<VrpLocation> |
VrpSchedule.getLocationList() |
Modifier and Type | Method and Description |
---|---|
int |
VrpLocation.getDistance(VrpLocation location)
The distance is not in miles or km, but in the TSPLIB's unit of measurement.
|
void |
VrpCustomer.setLocation(VrpLocation location) |
void |
VrpDepot.setLocation(VrpLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
VrpSchedule.setLocationList(List<VrpLocation> locationList) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.