Interface Matrix

All Known Implementing Classes:
ActivitiMatrix

public interface Matrix
A Matrix.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    findBy(String actionType, Route route, org.openwms.common.location.api.LocationVO location, org.openwms.common.location.api.LocationGroupVO locationGroup)
    Find and return an Action.
  • Method Details

    • findBy

      Action findBy(String actionType, Route route, @Nullable org.openwms.common.location.api.LocationVO location, @Nullable org.openwms.common.location.api.LocationGroupVO locationGroup)
      Find and return an Action.
      Parameters:
      actionType - The type of action is often the type of triggering event (REQ_, SYSU, etc.)
      route - The TransportOrders Route
      location - The actual Location
      locationGroup - The corresponding actual LocationGroup
      Returns:
      The Action
      Throws:
      org.ameba.exception.NotFoundException - in case no Action was found