Replies: 1 comment 5 replies
-
|
Hi, Thanks for your interest in SysON. SysON is a web application, you cannot create a directory on your machine and link it on the server. We could create this directory on the server-side, but this is quite far from what SysON does to store models, and it wouldn't be practical to use for you. At the moment SysON does not store SysML models as textual SysML files. SysML models are serialized in JSON based on the Ecore metamodel we have for SysML. JSON documents are stored in our database, and updated when the models evolve. Note that the JSON serialization is way faster (and more complete) than the textual SysML import/export features. In the future (no commitment here, just an insight on the roadmap), SysON should provide a way to textually edit model within the application. Would that solve your issue? In the meantime the solution you found (download the model, update it on your side, then re-upload it) is the only way I can think about doing what you want to do. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the best way I can find to edit a model textually is to download a model, make the edits, re-upload the file, and delete the original model. Would it be possible to create a directory on disk which is linked to a project?
ie, you make a directory for a project; and whenever you edit the model it overwrites that
.sysmlfile, and whenever you edit the.sysmlfile it overwrites the model.Beta Was this translation helpful? Give feedback.
All reactions