Uses of Interface
org.openwms.tms.routing.routes.RouteRepository
Package
Description
This package contains contains the TMS Routing types.
This package contains types responsible for route and path finding.
This package contains types for the UI.
-
Uses of RouteRepository in org.openwms.tms.routing
Modifier and TypeFieldDescriptionprotected RouteRepository
ActionMapper.routeRepository
protected RouteRepository
RouteMapper.routeRepository
-
Uses of RouteRepository in org.openwms.tms.routing.routes
Modifier and TypeFieldDescriptionprivate final RouteRepository
ExplicitRouteSearch.repository
private final RouteRepository
RouteSearchAlgorithmImpl.repository
private final RouteRepository
RouteServiceImpl.routeRepository
ModifierConstructorDescription(package private)
ExplicitRouteSearch
(RouteRepository repository) (package private)
RouteSearchAlgorithmImpl
(RouteRepository repository, org.openwms.common.location.api.LocationApi locationApi, LocationGroupLoader locationGroupLoader) (package private)
RouteServiceImpl
(Responder responder, RouteRepository routeRepository, RouteDetailsRepository routeDetailsRepository, InputContext in) -
Uses of RouteRepository in org.openwms.tms.routing.ui
Modifier and TypeFieldDescriptionprivate final RouteRepository
ActionResource.routeRepository
private final RouteRepository
RouteResource.routeRepository
ModifierConstructorDescription(package private)
ActionResource
(ActionRepository actionRepository, RouteRepository routeRepository, ActionMapper mapper) (package private)
RouteResource
(LocationRepository locationRepository, RouteRepository routeRepository, RouteMapper mapper)