simdart 0.4.0
simdart: ^0.4.0 copied to clipboard
A discrete event simulation package for Dart, designed for modeling and analyzing processes and systems.
0.4.0 #
- Added
stopmethod inSimContext.- Error handling.
0.3.0 #
- Access the list of created resources.
- Added
runStategetter to determine whether the simulation has not started, is running, or has completed.stopmethod to manually stop the simulation before it completes.- Listener to receive data throughout the simulation.
0.2.0 #
- Setting to determine how often
Future.delayedis used instead ofFuture.microtaskduring event execution to allow GUI refresh. - Adding numeric properties and counter.
- Allow creating new resources during simulation.
- Methods for acquiring and releasing resources within events.
0.1.0 #
- Initial release
- Discrete event processing.
- Event scheduling, execution, waiting, and repetition.
- Intervals management.
- Resources
- Capacity limit