Interface IFlowGraphEdgeData

    • Method Detail

      • getOwners

        @Nonnull
        Set<NodeKey> getOwners()
        The nodes which own this edge, if any. The owner of an edge is the node which was responsible for adding the edge to the flow graph. For example: a sequence node adds edges between consecutive children; or a while-loop node adds an edge to the loop body, and an edge from the end of the loop boddy back to the beginning of the loop body.
        Returns:
        A set of all owners of this edge, never null but may be empty.