OptaPlanner distribution 6.2.1-SNAPSHOT

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

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

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

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

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

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


OptaPlanner distribution 6.2.1-SNAPSHOT

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