sybila / biodivine-sketchbook

Biodivine SketchBook is a multi-platform application for designing and analysing large-scale logical models.
MIT License
0 stars 1 forks source link

Import and export of the sketch #33

Closed ondrej33 closed 7 months ago

ondrej33 commented 7 months ago

This PR mainly implements import and export functionality. The app menu now offers options to

On the backend, this is handled by the newly extended sketch object.

The public API of the ModelState module was also slightly extended to allow for more straightforward import. The same goes for several data structures.