This is an unofficial extension of OpenPonk tool that adds base for implementing simulations.
When behavior is defined for a metamodel, model could be simulated in a random, user-picked or otherwise defined order. Example of usage is https://github.com/OpenPonk/openponk-petrinets
Requires Pharo 12.
In Playground, run following code:
Metacello new
baseline: 'OpenPonkSimulation';
repository: 'github://OpenPonk/simulation';
load
Requires Pharo 12.
- Clone the repository via Git Repositories Browser (Iceberg)
- Install default baseline BaselineOfOpenPonkSimulation
