Package | Description |
---|---|
org.optaplanner.examples.vehiclerouting.domain.location.segmented |
Modifier and Type | Field and Description |
---|---|
protected Map<RoadSegmentLocation,Double> |
RoadSegmentLocation.nearbyTravelDistanceMap |
protected Map<RoadSegmentLocation,Double> |
HubSegmentLocation.nearbyTravelDistanceMap |
Modifier and Type | Method and Description |
---|---|
Map<RoadSegmentLocation,Double> |
RoadSegmentLocation.getNearbyTravelDistanceMap() |
Map<RoadSegmentLocation,Double> |
HubSegmentLocation.getNearbyTravelDistanceMap() |
Modifier and Type | Method and Description |
---|---|
Double |
RoadSegmentLocation.getDistanceDouble(RoadSegmentLocation location) |
double |
HubSegmentLocation.getDistanceDouble(RoadSegmentLocation location) |
protected double |
RoadSegmentLocation.getShortestDistanceDoubleThroughHubs(RoadSegmentLocation location) |
protected double |
HubSegmentLocation.getShortestDistanceDoubleThroughOtherHub(RoadSegmentLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
RoadSegmentLocation.setNearbyTravelDistanceMap(Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap) |
void |
HubSegmentLocation.setNearbyTravelDistanceMap(Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.