Interface AttributedDirectedGraph.AttributedEdgeFactory<V,​E>

    • Method Detail

      • createEdge

        E createEdge​(V v0,
                     V v1,
                     java.lang.Object... attributes)