Uses of Interface
org.optaweb.vehiclerouting.service.location.DistanceMatrix
-
Packages that use DistanceMatrix Package Description org.optaweb.vehiclerouting.service.distance Distance matrix calculation.org.optaweb.vehiclerouting.service.location Use cases that involvelocations. -
-
Uses of DistanceMatrix in org.optaweb.vehiclerouting.service.distance
Classes in org.optaweb.vehiclerouting.service.distance that implement DistanceMatrix Modifier and Type Class Description (package private) classDistanceMatrixImpl -
Uses of DistanceMatrix in org.optaweb.vehiclerouting.service.location
Constructors in org.optaweb.vehiclerouting.service.location with parameters of type DistanceMatrix Constructor Description LocationService(LocationRepository repository, RouteOptimizer optimizer, DistanceMatrix distanceMatrix, org.springframework.context.ApplicationEventPublisher eventPublisher)
-