Uses of Class
org.optaplanner.examples.tsp.domain.location.RoadLocation
-
Packages that use RoadLocation Package Description org.optaplanner.examples.tsp.domain.location -
-
Uses of RoadLocation in org.optaplanner.examples.tsp.domain.location
Fields in org.optaplanner.examples.tsp.domain.location with type parameters of type RoadLocation Modifier and Type Field Description protected Map<RoadLocation,Double>RoadLocation. travelDistanceMapMethods in org.optaplanner.examples.tsp.domain.location that return types with arguments of type RoadLocation Modifier and Type Method Description Map<RoadLocation,Double>RoadLocation. getTravelDistanceMap()Method parameters in org.optaplanner.examples.tsp.domain.location with type arguments of type RoadLocation Modifier and Type Method Description voidRoadLocation. setTravelDistanceMap(Map<RoadLocation,Double> travelDistanceMap)
-