Uses of Interface
org.openwms.tms.routing.RouteSearchAlgorithm
Package
Description
This package contains all types of the COMMON COMM module used in this module.
This package contains types responsible for route and path finding.
-
Uses of RouteSearchAlgorithm in org.openwms.common.comm
Modifier and TypeFieldDescriptionprivate final RouteSearchAlgorithm
ItemMessageHandler.routeSearch
ModifierConstructorDescription(package private)
ItemMessageHandler
(Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in, RouteSearchAlgorithm routeSearch, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.openwms.tms.api.TransportOrderApi transportOrderApi) -
Uses of RouteSearchAlgorithm in org.openwms.tms.routing.routes
Modifier and TypeClassDescription(package private) class
A ExplicitRouteSearch is a "simple" implementation of theRouteSearchAlgorithm
activated with the Spring Profile "SIMPLE".(package private) class
A RouteSearchAlgorithmImpl is the extended and standard version of theRouteSearchAlgorithm
.Modifier and TypeFieldDescriptionprivate final RouteSearchAlgorithm
ExternalStartListener.routeSearch
ModifierConstructorDescription(package private)
ExternalStartListener
(org.openwms.tms.api.TransportOrderApi transportOrderApi, RouteSearchAlgorithm routeSearch, org.springframework.amqp.core.AmqpTemplate amqpTemplate, String exchangeName)