You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon!
Currently, the URL of [https://www.modelio.org/documentation/javadoc-4.1/index.html.html] on Github cannot be accessed. I may need to use the viz() function or other functions for model conversion and saving. I don't know how to obtain the complete documentation.
Additionally, I would like to know what format requirements XML documents must follow if I want to import them into software. I tried looking at the Plant project/specific diagram but was unable to export it as XML. Please provide guidance.
In general, I want to make software recognizable text formats (such as XML) that can be imported by software or visualized through API. How can I achieve this? Do you have any good ideas or guidance?
Thank you very much!
The text was updated successfully, but these errors were encountered:
In addition, how can the.sysmL file of the sysml v2 specification be imported or visually displayed, not limited to the way users operate and api calls are made? Thank you very much!
The Modelio API documentation is available under Modelio in the Help>Help menu or in the org.modelio.documentation.modelioapi_5.4.1.202312071609.jar file located at $ModelioInstallPath\plugins folder.
Requirements can be imported under the professional version of Modelio if they are conform to ReqIf format for example. Requirements are not available, by default, under Modelio Open source.
If you want to be able to import XML or JSON file under Modelio, I would recommend you to build your Modelio module (if it is not already supported by Modelio).
You should :
have or define your schema (XSD or JSOM Schema).
generate Java classes from it to handle file serialization or deserialization.
use Modelio API to map your concepts to Modelio elements.
Right now, Modelio do not support sysml v2 so you have to implement your own import.
Good afternoon!
Currently, the URL of [https://www.modelio.org/documentation/javadoc-4.1/index.html.html] on Github cannot be accessed. I may need to use the viz() function or other functions for model conversion and saving. I don't know how to obtain the complete documentation.
Additionally, I would like to know what format requirements XML documents must follow if I want to import them into software. I tried looking at the Plant project/specific diagram but was unable to export it as XML. Please provide guidance.
In general, I want to make software recognizable text formats (such as XML) that can be imported by software or visualized through API. How can I achieve this? Do you have any good ideas or guidance?
Thank you very much!
The text was updated successfully, but these errors were encountered: