Inheritance
Below is an example of the concept of Inheritance associated with the Hierarchy:
-
Asset A:
- If an Asset: A is assigned to a Child node: Child Node 1
- Parent node 1 will inherit Asset: A
- Also, the Root node will inherit Asset: A
-
User A:
- User A: Is assigned to Sub-Sub child 1
- User A: Is inherited to Sub child Node 2
- User A: Inherited to Child Node 3
- User A: Inherited to Parent node 1
- User A: Inherited to the Root node
Note: Inheritance flows child → parent, never parent → child.