automation - Petri net drawing and code generation -


is there software drawing petri net , generating source code there? source code in known programming language...

slightly less desirable option outputting file description of petri net graphs in text-based file in open format, xml or other data language. write code generator myself, @ least avoid gui/graph development part ;))

thanks

check petrinetsim developed in java, can draw , simulate simple/colored/timed petrinets. comes few examples. can extend arc , nodes constraints in java. , can see java classes of generated petri net

you can grab source code github https://github.com/zamzam/petrinetsim


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -