leafNodes property

List<Node> leafNodes
getter/setter pair

This are the list of the Nodes that depend by this node. These are the children of this parent node.

Implementation

List<Node> leafNodes;