eclipse-syson / syson

SysON: web-based graphical modelers for SysMLv2. Please visit https://mbse-syson.org and contact Obeo https://www.obeosoft.com/en/contact for more details!
https://mbse-syson.org
Eclipse Public License 2.0
64 stars 19 forks source link

Missing element names in the expressions while exporting as textual files #341

Open wbilem opened 1 month ago

wbilem commented 1 month ago

When exporting the original sysmlx, some elements seem to be missing in the expressions. For example in the partMasses expression, the first element should end with mass, but in our version of the export the mass is missing.

Capture d’écran 2024-06-03 à 15 30 01

original export

Capture d’écran 2024-06-03 à 15 30 34

our export

wbilem commented 1 month ago

It seem that the massattribute is a redefinition.

Capture d’écran 2024-06-03 à 15 33 30

So my guess here is that the redefinition does not redefines the name so it is empty. Please read the KERML spec (p.159) image

adaussy commented 1 month ago

Depends on: https://github.com/eclipse-syson/syson/issues/344