|
OptaPlanner distribution 6.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
org.optaplanner.examples.vehiclerouting.domain |
Uses of Location in org.optaplanner.examples.vehiclerouting.domain |
---|
Fields in org.optaplanner.examples.vehiclerouting.domain declared as Location | |
---|---|
protected Location |
Depot.location
|
protected Location |
Customer.location
|
Fields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type Location | |
---|---|
protected List<Location> |
VehicleRoutingSolution.locationList
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return Location | |
---|---|
Location |
Vehicle.getLocation()
|
Location |
Standstill.getLocation()
|
Location |
Depot.getLocation()
|
Location |
Customer.getLocation()
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type Location | |
---|---|
List<Location> |
VehicleRoutingSolution.getLocationList()
|
Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Location | |
---|---|
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)
|
Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Location | |
---|---|
void |
VehicleRoutingSolution.setLocationList(List<Location> locationList)
|
|
OptaPlanner distribution 6.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |