Tags: SimDart/simdart
Tags
14 version 030 (#17) * Simplifying code. #14 * Allow access to the list of created resources. * Added: `runState` to check if the simulation has not started, is running, or has completed. #14 * `stop` method to manually stop the simulation before it completes. #14 * Observer to receive data throughout the simulation. #14 * Removing unimplemented method. #14 * Version 0.3.0
Release/0.1.0 (#1) * Version 0.1.0-rc.4 * Creating a configuration for resources instead of instantiating the class. This will be important for using Isolates. Avoiding trying to re-execute an event that will not have a chance to have a resource released. * Adding unit test. * Restructuring code. Creating an action loop. An action is generic and not just an event. Necessary to use as generators and/or triggers repeating during the loop. * Making repeatProcess work without handling rejected event policy. * Using RejectedEventPolicy. * Updating README * Adding a simple example. * Updating README * Making the Interval parameters untilTime and untilCount inclusive. * Adding until parameter in run method. * Version 0.1.0