Hi can someone help me understand what is the difference between children and reference (i don't quite understand the definition on the guide). Thanks....
This is an auto-generated question from the MPS Slack community: Hi
can someone help me understand what is the difference between children and reference (i don't quite understand the definition on the guide).
Thanks.
5 comments
Sort by
Date
Votes
MPS models are forests of trees. Each tree consists of nodes and has one root node. A node may contain zero or more children (contain = when the node is moved or deleted, its children go with it).
A reference simply points to another node anywhere in the repository (in the same tree or a different tree in the same model or a tree in a different model).
It's clearer thank you
It’s _association link_ for ‘reference’ and _aggregation link_ for ‘children’.
one is *owns*, another is *relates to*
This is auto-generated question from the MPS Community Slack Workspace. If you want to comment on the question, do it from the Slack workspace
Post is closed for comments.