AllocationPolicyInterface
in
Chooses explicit edge allocations for one flow step.
Table of Contents
Methods
- allocate() : array<int, AllocationDecision>
- Return allocation decisions for the current step context.
Methods
allocate()
Return allocation decisions for the current step context.
public
allocate(FlowContext $ctx) : array<int, AllocationDecision>
Parameters
- $ctx : FlowContext