Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.segmented.HubSegmentLocation
Packages that use HubSegmentLocation
-
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 HubSegmentLocationModifier and TypeFieldDescriptionprotected 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 HubSegmentLocationModifier and TypeMethodDescriptionHubSegmentLocation.getHubTravelDistanceMap()RoadSegmentLocation.getHubTravelDistanceMap()Method parameters in org.optaplanner.examples.vehiclerouting.domain.location.segmented with type arguments of type HubSegmentLocationModifier and TypeMethodDescriptionvoidHubSegmentLocation.setHubTravelDistanceMap(Map<HubSegmentLocation, Double> hubTravelDistanceMap) voidRoadSegmentLocation.setHubTravelDistanceMap(Map<HubSegmentLocation, Double> hubTravelDistanceMap)