iml130 / pfdl

A Production Flow Description Language for an Order-Centric Production
https://iml130.github.io/pfdl/
MIT License
9 stars 2 forks source link

Adaptions and fixes for extension #20

Closed maxhoerstr closed 1 year ago

maxhoerstr commented 1 year ago

This merge requests mainly modifies the scheduling and petri net generation code. Our PFDL VS Code Extension needs information about the different components (Services, Loops, ..) to group them together inside a box. Moreover, efforts were made to properly cluster petri net components by the dot engine, so the overall appearance of large petri net is enhanced. Finally, some adapations for the observers were made, to provide more information like the used PFDL string.

Changes: