Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.segmented.RoadSegmentLocation
Packages that use RoadSegmentLocation
-
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 RoadSegmentLocationModifier and TypeFieldDescriptionprotected Map<RoadSegmentLocation,Double> HubSegmentLocation.nearbyTravelDistanceMapprotected Map<RoadSegmentLocation,Double> RoadSegmentLocation.nearbyTravelDistanceMapMethods in org.optaplanner.examples.vehiclerouting.domain.location.segmented that return types with arguments of type RoadSegmentLocationModifier and TypeMethodDescriptionHubSegmentLocation.getNearbyTravelDistanceMap()RoadSegmentLocation.getNearbyTravelDistanceMap()Methods in org.optaplanner.examples.vehiclerouting.domain.location.segmented with parameters of type RoadSegmentLocationModifier and TypeMethodDescriptiondoubleHubSegmentLocation.getDistanceDouble(RoadSegmentLocation location) RoadSegmentLocation.getDistanceDouble(RoadSegmentLocation location) protected doubleRoadSegmentLocation.getShortestDistanceDoubleThroughHubs(RoadSegmentLocation location) protected doubleHubSegmentLocation.getShortestDistanceDoubleThroughOtherHub(RoadSegmentLocation location) Method parameters in org.optaplanner.examples.vehiclerouting.domain.location.segmented with type arguments of type RoadSegmentLocationModifier and TypeMethodDescriptionvoidHubSegmentLocation.setNearbyTravelDistanceMap(Map<RoadSegmentLocation, Double> nearbyTravelDistanceMap) voidRoadSegmentLocation.setNearbyTravelDistanceMap(Map<RoadSegmentLocation, Double> nearbyTravelDistanceMap)