Package org.openwms.tms.routing
Interface RouteSearchAlgorithm
- All Known Implementing Classes:
ExplicitRouteSearch,RouteSearchAlgorithmImpl
public interface RouteSearchAlgorithm
A RouteSearchAlgorithm.
- Author:
- Heiko Scherrer
-
Method Summary
-
Method Details
-
findBy
Find and return a Route from the givensourceLocationto either thetargetLocationor to thetargetLocationGroup.- Parameters:
sourceLocation- The start point of the TransportOrdertargetLocation- The target of the TransportOrder as LocationtargetLocationGroup- The target of the TransportOrder as LocationGroup- Returns:
- A Route, never null
-