Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.segmented.HubSegmentLocation
-
Packages that use HubSegmentLocation Package Description 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 Modifier and Type Field Description protected Map<HubSegmentLocation,Double>HubSegmentLocation. hubTravelDistanceMapprotected Map<HubSegmentLocation,Double>RoadSegmentLocation. hubTravelDistanceMapMethods in org.optaplanner.examples.vehiclerouting.domain.location.segmented that return types with arguments of type HubSegmentLocation Modifier and Type Method Description Map<HubSegmentLocation,Double>HubSegmentLocation. getHubTravelDistanceMap()Map<HubSegmentLocation,Double>RoadSegmentLocation. getHubTravelDistanceMap()Method parameters in org.optaplanner.examples.vehiclerouting.domain.location.segmented with type arguments of type HubSegmentLocation Modifier and Type Method Description voidHubSegmentLocation. setHubTravelDistanceMap(Map<HubSegmentLocation,Double> hubTravelDistanceMap)voidRoadSegmentLocation. setHubTravelDistanceMap(Map<HubSegmentLocation,Double> hubTravelDistanceMap)
-