Nestings
(Replacing message template with parser tag) |
Charles Olet (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
==== Definition ==== | ==== Definition ==== | ||
'''Nesting''' refers to the arrangement of elements within other elements. Nesting involves placing one element (such as a component, class, or function) inside another. | '''Nesting''' refers to the arrangement of elements within other elements. Nesting involves placing one element (such as a component, class, or function) inside another. | ||
{| class="wikitable" | |||
In MDriven Designer, Nestings are represented as blue within the ViewModel (green). | !OCL | ||
! style="vertical-align:middle;text-align:left;" | | |||
|- | |||
|selfVM.Nestings | |||
|Returns a tuple with all Nestings in the ViewModel including the top level ViewModel | |||
|} | |||
In MDriven Designer, Nestings are represented as blue within the top level ViewModel (green). | |||
[[File:Nesting image.png|frameless|601x601px]] | [[File:Nesting image.png|frameless|601x601px]] |
Revision as of 21:31, 10 September 2024
This page was created by Stephanie on 2024-05-22. Last edited by Edgar on 2025-01-20.
Definition
Nesting refers to the arrangement of elements within other elements. Nesting involves placing one element (such as a component, class, or function) inside another.
OCL | |
---|---|
selfVM.Nestings | Returns a tuple with all Nestings in the ViewModel including the top level ViewModel |
In MDriven Designer, Nestings are represented as blue within the top level ViewModel (green).
See also: