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
Post a Comment