FullShipmentPolicy
in package
implements
DemandReleasePolicyInterface
FinalYes
Waits until all lines are complete, then releases them as one shipment.
Table of Contents
Interfaces
- DemandReleasePolicyInterface
- Builds shipment releases from per-line demand schedules.
Methods
- release() : array<int, DemandShipmentLine>
- Release all lines together once every line is fully scheduled.
Methods
release()
Release all lines together once every line is fully scheduled.
public
release(DemandReleaseContext $context) : array<int, DemandShipmentLine>
Parameters
- $context : DemandReleaseContext
Attributes
- #[Override]