Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 803 Bytes

File metadata and controls

27 lines (18 loc) · 803 Bytes

OpenPonk: Simulation

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

example

Installation for usage

Requires Pharo 12.

In Playground, run following code:

Metacello new
    baseline: 'OpenPonkSimulation';
    repository: 'github://OpenPonk/simulation';
    load

Installation for development

Requires Pharo 12.

  1. Clone the repository via Git Repositories Browser (Iceberg)
  2. Install default baseline BaselineOfOpenPonkSimulation