OptaPlanner distribution 6.0.0.CR4-Pre1

Uses of Class
org.optaplanner.examples.tsp.domain.City

Packages that use City
org.optaplanner.examples.tsp.domain   
 

Uses of City in org.optaplanner.examples.tsp.domain
 

Methods in org.optaplanner.examples.tsp.domain that return City
 City Visit.getCity()
           
 City Standstill.getCity()
           
 City Domicile.getCity()
           
 

Methods in org.optaplanner.examples.tsp.domain that return types with arguments of type City
 List<City> TravelingSalesmanTour.getCityList()
           
 

Methods in org.optaplanner.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.optaplanner.examples.tsp.domain with type arguments of type City
 void TravelingSalesmanTour.setCityList(List<City> cityList)
           
 


OptaPlanner distribution 6.0.0.CR4-Pre1

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.