OptaPlanner examples 6.1.0.Beta4

Uses of Class
org.optaplanner.examples.vehiclerouting.domain.Location

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 Customer.location
           
protected  Location Depot.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 Standstill.getLocation()
           
 Location Customer.getLocation()
           
 Location Depot.getLocation()
           
 Location Vehicle.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.getDistance(Location location)
          The distance is not in miles or km, but in the TSPLIB's unit of measurement.
 void Customer.setLocation(Location location)
           
 void Depot.setLocation(Location location)
           
 

Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Location
 void VehicleRoutingSolution.setLocationList(List<Location> locationList)
           
 


OptaPlanner examples 6.1.0.Beta4

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