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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,15 +84,17 @@ SysMD Notebook is a work in progress and does not (yet) support the full range o
84
84
However, a significant subset is supported with a focus on the intended use case.
85
85
The following gives some indications on what is supported:
86
86
87
-
-_Supported_: modeling of packages, parts, ports, attributes, calculations, expressions, interfaces, requirements and constraints; both usages and definitions.
88
-
-_Not supported_: modeling of automata, states, time slices, user-defined keywords, etc.
87
+
-_Supported_: modeling of packages, items, parts, ports, interfaces, connections, attributes, calculations, expressions, requirements, constraints, states; both usages and definitions.
88
+
-_Not supported_: time slices, user-defined keywords, views, etc.
89
89
90
90
Note that automata and states might compile, but the constraint propagation mechanism does not use the respective parts properly.
91
91
Also, KerML is implemented with support for features, classes, packages, expressions, etc. -- but with some restrictions for expressions.
92
92
93
93
# Release notes (only major versions)
94
94
95
-
- SysMD 4.0 implements parts of the platform-specific REST API of SysML v2 (projects endpoint, but not versioning). For this purpose, SysMD 4.0 includes Spring Boot for the REST API.
95
+
- SysMD 4.0+ implements parts of the platform-specific REST API of SysML v2 (projects endpoint, but not versioning).
96
+
It permits access to the local projects and elements.
97
+
For this purpose, SysMD 4.0 includes Spring Boot for the REST API.
0 commit comments