Interface TargetHandler<T extends org.openwms.common.location.api.TargetVO>

Type Parameters:
T - some kind of Target
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 Type
    Method
    Description
    int
    Get the number of TransportOrders that are on the way to the specific Target.
  • Method Details

    • getNoTOToTarget

      int getNoTOToTarget(T target)
      Get the number of TransportOrders that are on the way to the specific Target.
      Parameters:
      target - The target to search for
      Returns:
      The number of TransportOrders