The classes Queue, Facility, TimeStamp, and Population have default finalize methods which expect a timestamp argument.
Queue, Facility, and TimeStamp finalize methods all use argCheck to confirm that the argument is present.
When the simulator finishes and calls finalize(), it calls finalize on all entities, but doesn't pass the timestamp argument.
I can override the finalize() method to avoid argCheck errors.
The classes Queue, Facility, TimeStamp, and Population have default finalize methods which expect a timestamp argument. Queue, Facility, and TimeStamp finalize methods all use argCheck to confirm that the argument is present. When the simulator finishes and calls finalize(), it calls finalize on all entities, but doesn't pass the timestamp argument.
I can override the finalize() method to avoid argCheck errors.