Interface AttributedDirectedGraph.AttributedEdgeFactory<V,E>

Type Parameters:
V - Vertex type
E - Edge type
All Superinterfaces:
DirectedGraph.EdgeFactory<V,E>
Enclosing class:
AttributedDirectedGraph<V,E extends DefaultEdge>

public static interface AttributedDirectedGraph.AttributedEdgeFactory<V,E> extends DirectedGraph.EdgeFactory<V,E>
Factory for edges that have attributes.
  • Method Details

    • createEdge

      E createEdge(V v0, V v1, Object... attributes)