Interface DirectedGraph.EdgeFactory<V,​E>

    • Method Detail

      • createEdge

        E createEdge​(V v0,
                     V v1)