major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
(User-visible)
Usage
The new "Import Model" command allows you to upload a Top-Logic model file or a UML/XMI file:
The XMI-to-TL transformation can be performed offline in the workspace using:
xsltproc com.top_logic.element/src/com/top_logic/element/model/importer/xmi-to-tl-model.xslt my-uml-model.xmi | xmllint --format -
A good test case would be to import the UML model itself (https://www.omg.org/spec/UML/20161101/UML.xmi). However, this currently fails due to an error when generating the model from a configuration, as the "override" property is calculated incorrectly in some cases.
Test
- Import of attachment:Lead2Contract.xmi (model from APG).
- /com.top_logic.demo/src/test/com/top_logic/demo/scripted/model/importer/TestModelImportXMI.script.xml