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.routingClasses in org.openwms.tms.routing that implement RouteModifier and TypeClassDescription(package private) classA RouteConst.classA RouteImpl.Fields in org.openwms.tms.routing declared as RouteModifier and TypeFieldDescriptionstatic final RouteRouteImpl.DEF_ROUTEFor all TransportOrders with no explicitly defined Route.static final RouteRouteImpl.NO_ROUTEFor 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 givensourceLocationto either thetargetLocationor to thetargetLocationGroup.static RouteMethods in org.openwms.tms.routing with parameters of type Route
- 
Uses of Route in org.openwms.tms.routing.routesMethods in org.openwms.tms.routing.routes that return Route
- 
Uses of Route in org.openwms.tms.routing.routes.implMethods 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 givensourceLocationto either thetargetLocationor to thetargetLocationGroup.RouteSearchAlgorithmImpl.findBy(String sourceLocation, String targetLocation, String targetLocationGroup) Find and return a Route from the givensourceLocationto either thetargetLocationor to thetargetLocationGroup.
- 
Uses of Route in org.openwms.tms.routing.spiMethods 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)