This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Replies: 1 comment
-
It might be easier to answer your question with an example DSL file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I want to make view with relationships of components between two systems.
I can add all elements in view:
include ->element.parent==system1
include ->element.parent==system2
after that i got all elements with incoming connections for elements of system1 and system2
amd perfect relationships between them
but in view has elements without relationships. How can i delete all elements without relationships on view?
Beta Was this translation helpful? Give feedback.
All reactions