Uses of Interface
org.openwms.tms.routing.RouteSearchAlgorithm
Packages that use RouteSearchAlgorithm
Package
Description
This package contains types responsible for route and path finding.
This package contains implementation classes operating on routes.
-
Uses of RouteSearchAlgorithm in org.openwms.tms.routing.routes
Fields in org.openwms.tms.routing.routes declared as RouteSearchAlgorithmModifier and TypeFieldDescriptionprivate final RouteSearchAlgorithm
ExternalStartListener.routeSearch
Constructors in org.openwms.tms.routing.routes with parameters of type RouteSearchAlgorithmModifierConstructorDescription(package private)
ExternalStartListener
(org.openwms.tms.api.TransportOrderApi transportOrderApi, RouteSearchAlgorithm routeSearch, org.springframework.amqp.core.AmqpTemplate amqpTemplate, String exchangeName) -
Uses of RouteSearchAlgorithm in org.openwms.tms.routing.routes.impl
Classes in org.openwms.tms.routing.routes.impl that implement RouteSearchAlgorithmModifier 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
.