Package | Description |
---|---|
org.optaplanner.examples.tsp.domain |
Modifier and Type | Method and Description |
---|---|
City |
Visit.getCity() |
City |
Standstill.getCity() |
City |
Domicile.getCity() |
Modifier and Type | Method and Description |
---|---|
List<City> |
TravelingSalesmanTour.getCityList() |
Modifier and Type | Method and Description |
---|---|
int |
City.getDistance(City city)
The distance is not in miles or km, but in the TSPLIB's unit of measurement.
|
void |
Visit.setCity(City city) |
void |
Domicile.setCity(City city) |
Modifier and Type | Method and Description |
---|---|
void |
TravelingSalesmanTour.setCityList(List<City> cityList) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.