Package org.openwms.wms.movements.api
Interface MovementState
- All Known Implementing Classes:
DefaultMovementState
public interface MovementState
A MovementState is used to drive and track the execution of
Movement
s and MovementGroup
s and meant to be extended in
projects.- Author:
- Heiko Scherrer
-
Method Summary
-
Method Details
-
getName
String getName()Get the name of the state.- Returns:
- The name of the Movement
-