Where are property values stored in Gaphor 3.10.0 .gaphor files #4037
Unanswered
FelixKorbel
asked this question in
Q&A
Replies: 1 comment
|
Sorry for the late reply. Indeed this has changed in Gaphor 3.1. Instead of using string and int directly, we use LiteralString, LiteralInteger and so forth. Types in the UML model. So you have to resolve the reference. But, since you're using Python, why do you not use Gaphor directly, as a library? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all, I have a parser in python that reads Gaphor files and extracts parameter values.
In Gaphor 2.21.0 the values I entered in the stereotype property fields were written directly into the Gaphor XML file, so they could be parsed (they appeard in tags). However, in Gaphor 3.1.0 I created a similar template and entered numeric values in the stereotype properties, but in the .gaphor XML file those values are missiong. I only see empty slots or type information, but not the actual numbers Ityped in.
So my questions are:
Thanks in advance!
All reactions