Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

SysML v2 parser #545

Closed sbgaia closed 4 months ago

sbgaia commented 4 months ago

Hi,

I am currently delving into this new version of SysML to see if it would make sense to update some SysML v1 models to this new version of the language. I was wondering if there is a SysML v2 parser that could be used to load a SysML v2 model and integrate custom methodologies.

Thanks

seidewitz commented 4 months ago

Hi,

The Pilot Implementation does, of course, contain a parser. For information on how to access it programmatically, please join the SysML v2 Release Google Group, and then take a look at the post here with the update here. You can ask further questions on that group.

Note that all Pilot Implementation open source code is distributed under the Lesser GNU Public License, which means you are free to link and call it as a library without modification, with no impact on the licensing of your code. However, if you make any modification to the code and re-distribute that with your code, it most also be licensed under the LGPL or GPL.

Thanks.

Ed