-
Hi, I was wondering if there is an equivalent to the EMF eAllContents() or to the QVTo allSubObjects() that would help to browse through all contained nodes from a specific node of the graph ? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Feb 17, 2023
Replies: 1 comment 1 reply
-
Hey @jdeantoni, we have a few utility functions for this case. Namely |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jdeantoni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @jdeantoni,
we have a few utility functions for this case. Namely
streamAst
,streamContents
andstreamAllContents
. Refer to their documentation to see what each of these functions does in particular.