OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.tsp.domain.location.Location

Packages that use Location
org.optaplanner.examples.tsp.domain   
org.optaplanner.examples.tsp.domain.location   
 

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

Methods in org.optaplanner.examples.tsp.domain that return Location
 Location Visit.getLocation()
           
 Location Standstill.getLocation()
           
 Location Domicile.getLocation()
           
 

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

Methods in org.optaplanner.examples.tsp.domain with parameters of type Location
 void Visit.setLocation(Location location)
           
 void Domicile.setLocation(Location location)
           
 

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

Uses of Location in org.optaplanner.examples.tsp.domain.location
 

Subclasses of Location in org.optaplanner.examples.tsp.domain.location
 class AirLocation
          The cost between 2 locations is a straight line: the euclidean distance between their GPS coordinates.
 class RoadLocation
          The cost between 2 locations was precalculated on a real road network route.
 

Methods in org.optaplanner.examples.tsp.domain.location with parameters of type Location
 double Location.getAirDistanceDouble(Location location)
           
 double Location.getAngle(Location location)
          The angle relative to the direction EAST.
 long RoadLocation.getDistance(Location location)
           
abstract  long Location.getDistance(Location location)
          The distance's unit of measurement depends on the VehicleRoutingSolution's DistanceType.
 long AirLocation.getDistance(Location location)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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