findExternalNodesConnected method

Iterator<Node> findExternalNodesConnected()

Returns an iterator over all of the Nodes that are connected with this group or any node contained by this group, by a link in either direction, but that are not internal to this group.

Nodes that are contained by this group (even in nested groups) are not included in the result collection. However this group itself might be in the results if there is a reflexive link connected to this group. @return {Iterator.

Implementation

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