Uses of Interface
org.openwms.tms.routing.routes.impl.RouteRepository
Packages that use RouteRepository
Package
Description
This package contains implementation classes operating on routes.
This package contains implementation classes operating on routes.
-
Uses of RouteRepository in org.openwms.tms.routing.routes.impl
Fields in org.openwms.tms.routing.routes.impl declared as RouteRepositoryModifier and TypeFieldDescriptionprivate final RouteRepository
ExplicitRouteSearch.repository
private final RouteRepository
RouteSearchAlgorithmImpl.repository
private final RouteRepository
RouteServiceImpl.routeRepository
Constructors in org.openwms.tms.routing.routes.impl with parameters of type RouteRepositoryModifierConstructorDescription(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.impl
Fields in org.openwms.tms.routing.ui.impl declared as RouteRepositoryModifier and TypeFieldDescriptionprivate final RouteRepository
RouteUIServiceImpl.routeRepository
Constructors in org.openwms.tms.routing.ui.impl with parameters of type RouteRepositoryModifierConstructorDescription(package private)
RouteUIServiceImpl
(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService)