findTreeChildrenLinks method

Iterator<Link> findTreeChildrenLinks()

Returns an Iterator for the collection of Links that connect with the immediate tree children of this node. Links for which Link#isTreeLink is false are ignored.

This basically returns either #findLinksOutOf or #findLinksInto, depending on Diagram#isTreePathToChildren, but the results excludes links for which Link#isTreeLink is false. @return {Iterator.} @see #findTreeParentLink @see #findTreeChildrenNodes @see #findTreeParts @since 1.1

Implementation

_i3.Iterator<_i3.Link> findTreeChildrenLinks() => _i4.callMethod(
      this,
      'findTreeChildrenLinks',
      [],
    );