FIFOZoneContentionRule

Gives the zone to whoever has been waiting longest.

The default. It is the discipline a queue is normally expected to follow, it cannot starve anyone, and it is easy to explain when a modeler asks why one transporter went before another.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun selectWaiter(zone: Zone, waiting: List<GuidedTransporter>): GuidedTransporter
Link copied to clipboard
open override fun toString(): String