You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Im looking for a tool for modelling and simulation of FSM, BPMN, Petri Nets and Markov Chains, OpenPonk seems to be a great solution. Now Im just curious how efficient (may say quick) a modelling and simulation Plugin for Markov Chains could be written. Either by myself (who has never worked using Pharo before) or a developer.
In addition to Markov Chains, an import and export of textbased files (for every notation/model) would be great. To be able to move models between different tools if needed.
The text was updated successfully, but these errors were encountered:
Dear @ArtiHen006 , thanks for considering OpenPonk. Such use cases are exactly why it has been developed - to provide a quick and efficient way to implement new modelling notations and algorithms. This having said, the actual complexity of implementing Markov Chains simulation would mostly depend on how much "copy-paste" can be made from the mentioned existing notations and simulations, i.e. the requirements on such a simulation, mostly with respect to the visual part and interactions.
Pharo is a very "easy" language meaning it has a very simple syntax and powerful development tools, so a programmer skilled generally in good OO design should get fast to speed with it (and excited about it :-). There are very nice books and MOOC available.
Our development capacity is limited, however, we may discuss a possible collaboration, if interested. You may drop me an e-mail to [email protected] and we may e-meet to talk.
Since Im looking for a tool for modelling and simulation of FSM, BPMN, Petri Nets and Markov Chains, OpenPonk seems to be a great solution. Now Im just curious how efficient (may say quick) a modelling and simulation Plugin for Markov Chains could be written. Either by myself (who has never worked using Pharo before) or a developer.
In addition to Markov Chains, an import and export of textbased files (for every notation/model) would be great. To be able to move models between different tools if needed.
The text was updated successfully, but these errors were encountered: