Uses of Interface
org.optaweb.vehiclerouting.service.location.DistanceMatrixRow
-
Packages that use DistanceMatrixRow Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.service.distance Distance matrix calculation.org.optaweb.vehiclerouting.service.location Use cases that involvelocations. -
-
Uses of DistanceMatrixRow in org.optaweb.vehiclerouting.plugin.planner
Methods in org.optaweb.vehiclerouting.plugin.planner with parameters of type DistanceMatrixRow Modifier and Type Method Description voidRouteOptimizerImpl. addLocation(Location domainLocation, DistanceMatrixRow distanceMatrixRow)Constructors in org.optaweb.vehiclerouting.plugin.planner with parameters of type DistanceMatrixRow Constructor Description DistanceMapImpl(DistanceMatrixRow distanceMatrixRow) -
Uses of DistanceMatrixRow in org.optaweb.vehiclerouting.service.distance
Methods in org.optaweb.vehiclerouting.service.distance that return DistanceMatrixRow Modifier and Type Method Description DistanceMatrixRowDistanceMatrixImpl. addLocation(Location newLocation) -
Uses of DistanceMatrixRow in org.optaweb.vehiclerouting.service.location
Methods in org.optaweb.vehiclerouting.service.location that return DistanceMatrixRow Modifier and Type Method Description DistanceMatrixRowDistanceMatrix. addLocation(Location location)Methods in org.optaweb.vehiclerouting.service.location with parameters of type DistanceMatrixRow Modifier and Type Method Description voidRouteOptimizer. addLocation(Location location, DistanceMatrixRow distanceMatrixRow)
-