findSubGraphParts method

Set<Part> findSubGraphParts()

Return a collection of Parts that are all of the nodes and links that are members of this group, including inside nested groups and label nodes, but excluding this group itself.

For member nodes that are Groups, this will include its members recursively.

If you want only the immediate members of this group, use the #memberParts property.

If you want to find the collection of Nodes and Links that are in the subtree of a given Node, use Node#findTreeParts. @return {Set.

Implementation

_i3.Set<_i3.Part> findSubGraphParts() => _i4.callMethod(
      this,
      'findSubGraphParts',
      [],
    );