Parent: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
<blockquote style="font-size:14pt">
<blockquote style="font-size:14pt">
In terms of a [[Note Tree]] structure, a "parent" is a [[Node|node]] that has [[Child|child]] objects (nodes created one level underneath the parent).  
In terms of a [[Node Tree]] structure, a "parent" is a [[Node|node]] that has [[Child|child]] objects (nodes created one level underneath the parent).  
</blockquote>
</blockquote>


The parent node defines [[Inheritance|inheritance]] for children objects created underneath.  It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.
The parent node defines [[Inheritance|inheritance]] for children objects created underneath.  It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.
</onlyinclude>
</onlyinclude>

Revision as of 10:57, 23 November 2020

In terms of a Node Tree structure, a "parent" is a node that has child objects (nodes created one level underneath the parent).

The parent node defines inheritance for children objects created underneath. It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.