OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.segmented.RoadSegmentLocation

Packages that use RoadSegmentLocation
org.optaplanner.examples.vehiclerouting.domain.location.segmented   
 

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

Fields in org.optaplanner.examples.vehiclerouting.domain.location.segmented with type parameters of type RoadSegmentLocation
protected  Map<RoadSegmentLocation,Double> RoadSegmentLocation.nearbyTravelDistanceMap
           
protected  Map<RoadSegmentLocation,Double> HubSegmentLocation.nearbyTravelDistanceMap
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain.location.segmented that return types with arguments of type RoadSegmentLocation
 Map<RoadSegmentLocation,Double> RoadSegmentLocation.getNearbyTravelDistanceMap()
           
 Map<RoadSegmentLocation,Double> HubSegmentLocation.getNearbyTravelDistanceMap()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain.location.segmented with parameters of type RoadSegmentLocation
 Double RoadSegmentLocation.getDistanceDouble(RoadSegmentLocation location)
           
 double HubSegmentLocation.getDistanceDouble(RoadSegmentLocation location)
           
protected  double RoadSegmentLocation.getShortestDistanceDoubleThroughHubs(RoadSegmentLocation location)
           
protected  double HubSegmentLocation.getShortestDistanceDoubleThroughOtherHub(RoadSegmentLocation location)
           
 

Method parameters in org.optaplanner.examples.vehiclerouting.domain.location.segmented with type arguments of type RoadSegmentLocation
 void RoadSegmentLocation.setNearbyTravelDistanceMap(Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap)
           
 void HubSegmentLocation.setNearbyTravelDistanceMap(Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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