Replies: 1 comment 1 reply
-
|
Hello, Thank you for using SysON. Based on your description, I assumed that you are manipulating EMF models.
But I'm not sure it will change anything to split the resources, because they still will be part of the same project and the same editing context when loaded. Furthermore, if you need professional support, you can also visit this page: https://doc.mbse-syson.org/syson/v2025.12.0/user-manual/support.html Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am an SOA toolchain development engineer currently using syson for model design. I've encountered an issue where converting a Java bean to a syson model results in a significant expansion of the number of model nodes. For instance, I am designing a model to store a large amount of frame and signal data. There are reference relationships between frame and signals, and each frame and signal stores several attributes. The model is designed as follows: ItemUsage -> AttributeUsage -> LiteralString. After testing the addition of 10,000 frames and signals, the Resource size in the database reached several hundred megabytes, causing both the saving and loading of IEditingContext to become very slow. I want to split the Resource into multiple Resource files based on business logic. However, after splitting, the parent-child relationships between model elements are lost because the eContainer property of the model elements becomes null after they are moved to new Resource files. Are there any effective solutions to this problem?
Beta Was this translation helpful? Give feedback.
All reactions