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- 
findByFind and return a Route from the givensourceLocationto either thetargetLocationor to thetargetLocationGroup.- Parameters:
- sourceLocation- The start point of the TransportOrder
- targetLocation- The target of the TransportOrder as Location
- targetLocationGroup- The target of the TransportOrder as LocationGroup
- Returns:
- A Route, never null
 
 
-