|
Drools Planner distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use City | |
---|---|
org.drools.planner.examples.tsp.domain |
Uses of City in org.drools.planner.examples.tsp.domain |
---|
Methods in org.drools.planner.examples.tsp.domain that return City | |
---|---|
City |
Visit.getCity()
|
City |
Domicile.getCity()
|
City |
Appearance.getCity()
|
Methods in org.drools.planner.examples.tsp.domain that return types with arguments of type City | |
---|---|
List<City> |
TravelingSalesmanTour.getCityList()
|
Methods in org.drools.planner.examples.tsp.domain with parameters of type City | |
---|---|
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)
|
Method parameters in org.drools.planner.examples.tsp.domain with type arguments of type City | |
---|---|
void |
TravelingSalesmanTour.setCityList(List<City> cityList)
|
|
Drools Planner distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |