AllocationDecision
in package
FinalYes
One explicit quantity allocation to a specific edge.
Table of Contents
Properties
- $edge : MovementEdge
- $quantity : int|float
Methods
- __construct() : mixed
Properties
$edge read-only
public
MovementEdge
$edge
$quantity read-only
public
int|float
$quantity
Methods
__construct()
public
__construct(MovementEdge $edge, int|float $quantity) : mixed
Parameters
- $edge : MovementEdge
- $quantity : int|float