Class AttributedDirectedGraph<V,​E extends DefaultEdge>

  • Type Parameters:
    V - Vertex type
    E - Edge type
    All Implemented Interfaces:
    DirectedGraph<V,​E>

    public class AttributedDirectedGraph<V,​E extends DefaultEdge>
    extends DefaultDirectedGraph<V,​E>
    Directed graph where edges have attributes and allows multiple edges between any two vertices provided that their attributes are different.