DemandReleasePolicyInterface
in
Builds shipment releases from per-line demand schedules.
Table of Contents
Methods
- release() : array<int, DemandShipmentLine>
- Select the shipment lines that should release for the current planning context.
Methods
release()
Select the shipment lines that should release for the current planning context.
public
release(DemandReleaseContext $context) : array<int, DemandShipmentLine>
Policies are evaluated by a shipment planner that decides when to call the policy and how to apply consolidation windows and shipment calendars.
Parameters
- $context : DemandReleaseContext