Uses of Interface
org.openwms.tms.routing.Route
Package
Description
This package contains contains the TMS Routing types.
This package contains types responsible for route and path finding.
This package contains service provider interface implementations.
-
Uses of Route in org.openwms.tms.routing
Modifier and TypeClassDescription(package private) class
A RouteConst.class
A RouteImpl.Modifier 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. -
Uses of Route in org.openwms.tms.routing.routes
Modifier 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
.RouteDetails.getRoute()
-
Uses of Route in org.openwms.tms.routing.spi
Modifier 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)