Package org.openwms.tms.impl
Interface TargetHandler<T extends org.openwms.common.location.api.TargetVO>
- Type Parameters:
T
- some kind ofTarget
- All Known Implementing Classes:
LocationGroupTargetHandler
,LocationTargetHandler
public interface TargetHandler<T extends org.openwms.common.location.api.TargetVO>
A TargetHandler offers a set of functions according to the specific of the
Target
implementation.- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionint
getNoTOToTarget
(T target) Get the number ofTransportOrder
s that are on the way to the specificTarget
.
-
Method Details
-
getNoTOToTarget
Get the number ofTransportOrder
s that are on the way to the specificTarget
.- Parameters:
target
- The target to search for- Returns:
- The number of TransportOrders
-