Uses of Interface
org.optaweb.vehiclerouting.service.region.Region
-
Packages that use Region Package Description org.optaweb.vehiclerouting.plugin.routing Provides information based on geographical data, for example fastest and shortest distances between locations.org.optaweb.vehiclerouting.service.region Provides information about the application's working region. -
-
Uses of Region in org.optaweb.vehiclerouting.plugin.routing
Classes in org.optaweb.vehiclerouting.plugin.routing that implement Region Modifier and Type Class Description classAirDistanceRouter(package private) classGraphHopperRouterProvides geographical information needed for route optimization. -
Uses of Region in org.optaweb.vehiclerouting.service.region
Constructors in org.optaweb.vehiclerouting.service.region with parameters of type Region Constructor Description RegionService(RegionProperties regionProperties, Region region)
-