OptaPlanner distribution 6.2.1-SNAPSHOT

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

Packages that use Location
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.domain.location   
org.optaplanner.examples.vehiclerouting.domain.location.segmented   
org.optaplanner.examples.vehiclerouting.swingui   
 

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

Fields in org.optaplanner.examples.vehiclerouting.domain declared as Location
protected  Location Depot.location
           
protected  Location Customer.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 Vehicle.getLocation()
           
 Location Standstill.getLocation()
           
 Location Depot.getLocation()
           
 Location Customer.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
 void Depot.setLocation(Location location)
           
 void Customer.setLocation(Location location)
           
 

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

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

Subclasses of Location in org.optaplanner.examples.vehiclerouting.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.vehiclerouting.domain.location with parameters of type Location
 double Location.getAirDistanceDouble(Location location)
           
 double Location.getAngle(Location location)
          The angle relative to the direction EAST.
 int RoadLocation.getDistance(Location location)
           
abstract  int Location.getDistance(Location location)
          The distance's unit of measurement depends on the VehicleRoutingSolution's DistanceType.
 int AirLocation.getDistance(Location location)
           
 

Uses of Location in org.optaplanner.examples.vehiclerouting.domain.location.segmented
 

Subclasses of Location in org.optaplanner.examples.vehiclerouting.domain.location.segmented
 class HubSegmentLocation
          Assistant for RoadSegmentLocation.
 class RoadSegmentLocation
          Like RoadLocation, but for high scale problems to avoid the memory issue of keeping the entire cost matrix in memory.
 

Methods in org.optaplanner.examples.vehiclerouting.domain.location.segmented with parameters of type Location
 int RoadSegmentLocation.getDistance(Location location)
           
 int HubSegmentLocation.getDistance(Location location)
           
 

Uses of Location in org.optaplanner.examples.vehiclerouting.swingui
 

Methods in org.optaplanner.examples.vehiclerouting.swingui with parameters of type Location
protected  Customer VehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution, Location newLocation)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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