Is there any software for drawing a petri net and generate any source code from there?

The source code could be in any already known programming language,(that would be desirable)..

but other option is a file with only the description of the petri net graphs in a text based file with an open format, like XML or any other data language (then I could write the code generator, but at least I would like to avoid gui/graph development part ;))

Thanks

link|improve this question

57% accept rate
I've found a long list of related software at informatik.uni-hamburg.de/TGI/PetriNets/tools/quick.html I'll comment if I find some useful there – Hernán Eche Feb 9 '11 at 15:37
feedback

2 Answers

Check PetriNetSim it is developed in Java, you can draw and simulate simple/colored/timed petrinets. It comes with few examples. You can extend arc and nodes constraints in Java. And finally you can see java classes of the generated petri net

You can grab the source code from github https://github.com/zamzam/PetriNetSim

link|improve this answer
feedback

I'd look at the CPN Tools. They provide all kinds of construction, analysis, simulation of Colored Petri nets, and claim code generation capabilities.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.