|
OptaPlanner distribution 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VrpLocation | |
---|---|
org.optaplanner.examples.vehiclerouting.domain |
Uses of VrpLocation in org.optaplanner.examples.vehiclerouting.domain |
---|
Fields in org.optaplanner.examples.vehiclerouting.domain declared as VrpLocation | |
---|---|
protected VrpLocation |
VrpDepot.location
|
protected VrpLocation |
VrpCustomer.location
|
Fields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type VrpLocation | |
---|---|
protected List<VrpLocation> |
VrpSchedule.locationList
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return VrpLocation | |
---|---|
VrpLocation |
VrpVehicle.getLocation()
|
VrpLocation |
VrpStandstill.getLocation()
|
VrpLocation |
VrpDepot.getLocation()
|
VrpLocation |
VrpCustomer.getLocation()
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type VrpLocation | |
---|---|
List<VrpLocation> |
VrpSchedule.getLocationList()
|
Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type VrpLocation | |
---|---|
int |
VrpLocation.getDistance(VrpLocation location)
The distance is not in miles or km, but in the TSPLIB's unit of measurement. |
void |
VrpDepot.setLocation(VrpLocation location)
|
void |
VrpCustomer.setLocation(VrpLocation location)
|
Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type VrpLocation | |
---|---|
void |
VrpSchedule.setLocationList(List<VrpLocation> locationList)
|
|
OptaPlanner distribution 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |