Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.segmented.RoadSegmentLocation
-
Packages that use RoadSegmentLocation Package Description 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 Modifier and Type Field Description protected 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 RoadSegmentLocation Modifier and Type Method Description Map<RoadSegmentLocation,Double>HubSegmentLocation. getNearbyTravelDistanceMap()Map<RoadSegmentLocation,Double>RoadSegmentLocation. getNearbyTravelDistanceMap()Methods in org.optaplanner.examples.vehiclerouting.domain.location.segmented with parameters of type RoadSegmentLocation Modifier and Type Method Description doubleHubSegmentLocation. getDistanceDouble(RoadSegmentLocation location)DoubleRoadSegmentLocation. 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 RoadSegmentLocation Modifier and Type Method Description voidHubSegmentLocation. setNearbyTravelDistanceMap(Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap)voidRoadSegmentLocation. setNearbyTravelDistanceMap(Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap)
-