Contact

Email (PGP key), Homepage

Address: IBISC, 1st floor, room 16,
University of Évry
Tour Évry 2
523 place des terrasses de l'Agora
91000 Évry, France

Tel: (+33)160873718
Fax: (+33)160873789


Search

Rss Posts

Rss Comments

Login

 

The SNAKES toolkit

Sunday, January 17, 2010

SNAKES is a Python library that provides all then necessary to define and execute many sorts of Petri nets, in particular those of the PBC and M-nets family. Its main aim is to be a general Petri net library, being able to cope with most Petri nets models, and providing the researcher with a tool to quickly prototype its new ideas. SNAKES should be suitable to provide the data model for editors or simulators; actually, any editor that use SNAKES may also be a simulator as SNAKES can execute any net.

A key feature of SNAKES is the ability to use arbitrary Python objects as tokens and arbitrary Python expressions in many points, for instance in transitions guards or arcs outgoing of transitions.

Another important feature of SNAKES is the plugin system that allows to extend the features and work with specialised classes of Petri nets. For instance, plugins are provided to draw nets, or to compose them using the various PBC operations.

SNAKES is hosted as Google code, where you can download or browse the latest source code, read the Wiki, or use the issues and features requests tracker. If you wish to contribute to SNAKES, ask me to become a member of the project. The API reference manual is available online or can be generated from the docstrings embedded in source code.

Related Posts:

2 Comments

Add your comment

  1. Raj
    11 March 2010 06:22

    Great work!. I will definitely be playing with it..possibly for my research - but also on some real-world projects as I move away from traditional state charts (UML) that are becoming more visual candy than anything..
    -raj

  2. Franck Pommereau
    11 March 2010 08:56

    Thanks for your comment. :-)
    Don't hesitate to contact me for any question.
    Franck

Post a comment