public void HandleArrival(Lot lot) { Dispatcher.HandleArrival(lot); NotifyObservers(this); }
protected override void OnReplicationStart() { Lots = new Lot[LotGenerator.TargetWIP]; }
protected override void OnReplicationEnd() { base.OnReplicationEnd(); LotInService = null; StartTimeCurrentService = -1; }