Class: Branch

Branch()

new Branch()

A class that simply shows that it is an inner object of a Tree.

Properties:
Name Type Description
__parent__ Tree | Branch

The parent element. This can be changed to move the object to another tree or branch.

Source: