Interface ITypedEdgeProps

    • Method Detail

      • getSource

        @Stability(Experimental)
        @NotNull
        Node getSource()
        (experimental) Edge source is the node that defines the edge (tail).
      • getTarget

        @Stability(Experimental)
        @NotNull
        Node getTarget()
        (experimental) Edge target is the node being referenced by the source (head).