workflowfm / proter

A discrete event simulator for asynchronous prioritized processes
http://docs.workflowfm.com/proter
Apache License 2.0
1 stars 0 forks source link

Time limited simulations #29

Closed PetrosPapapa closed 3 years ago

PetrosPapapa commented 4 years ago

Introduce a new CEvent that triggers the entire simulation to stop. Add a Coordinator message to add such an event.

This can allow a time limit in the simulations. A possible scenario is a "steady state" type of simulation where we spawn new simulations with a given "arrival rate" and stop after a certain period of time has passed.

This depends on #28.

PetrosPapapa commented 3 years ago

Closed by #38