Package org.openwms.tms.routing
Interface Matrix
- All Known Implementing Classes:
ActivitiMatrix
public interface Matrix
A Matrix.
- Author:
- Heiko Scherrer
-
Method Summary
-
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 anAction
.- Parameters:
actionType
- The type of action is often the type of triggering event (REQ_, SYSU, etc.)route
- TheTransportOrder
sRoute
location
- The actualLocation
locationGroup
- The corresponding actualLocationGroup
- Returns:
- The Action
- Throws:
org.ameba.exception.NotFoundException
- in case no Action was found
-