Interface DirectedGraphEdge<S extends DirectedGraphNode,​T extends DirectedGraphNode>

    • Method Detail

      • getSource

        S getSource()
      • getTarget

        T getTarget()