Uses of Interface
org.openwms.tms.routing.Route
Packages that use Route
Package
Description
This package contains contains the TMS Routing types.
This package contains types responsible for route and path finding.
This package contains implementation classes operating on routes.
This package contains service provider interface implementations.
-
Uses of Route in org.openwms.tms.routing
Classes in org.openwms.tms.routing that implement RouteModifier and TypeClassDescription(package private) class
A RouteConst.class
A RouteImpl.Fields in org.openwms.tms.routing declared as RouteModifier and TypeFieldDescriptionstatic final Route
RouteImpl.DEF_ROUTE
For all TransportOrders with no explicitly defined Route.static final Route
RouteImpl.NO_ROUTE
For TransportUnits without active TransportOrder.Methods in org.openwms.tms.routing that return RouteModifier and TypeMethodDescriptionRouteSearchAlgorithm.findBy
(String sourceLocation, String targetLocation, String targetLocationGroup) Find and return a Route from the givensourceLocation
to either thetargetLocation
or to thetargetLocationGroup
.static Route
Methods in org.openwms.tms.routing with parameters of type Route -
Uses of Route in org.openwms.tms.routing.routes
Methods in org.openwms.tms.routing.routes that return Route -
Uses of Route in org.openwms.tms.routing.routes.impl
Methods in org.openwms.tms.routing.routes.impl that return RouteModifier and TypeMethodDescriptionExplicitRouteSearch.findBy
(String sourceLocation, String targetLocation, String targetLocationGroup) Find and return a Route from the givensourceLocation
to either thetargetLocation
or to thetargetLocationGroup
.RouteSearchAlgorithmImpl.findBy
(String sourceLocation, String targetLocation, String targetLocationGroup) Find and return a Route from the givensourceLocation
to either thetargetLocation
or to thetargetLocationGroup
. -
Uses of Route in org.openwms.tms.routing.spi
Methods in org.openwms.tms.routing.spi with parameters of type RouteModifier and TypeMethodDescriptionActivitiMatrix.findBy
(String actionType, Route route, org.openwms.common.location.api.LocationVO location, org.openwms.common.location.api.LocationGroupVO locationGroup) Find and return anAction
.ActivitiMatrix.findInLocationGroupHierarchy
(String actionType, Route route, org.openwms.common.location.api.LocationGroupVO locationGroup)