Interface UndirectedGraph<V,​E>

  • All Superinterfaces:
    Graph<V,​E>, Hypergraph<V,​E>

    public interface UndirectedGraph<V,​E>
    extends Graph<V,​E>
    A tagging interface for extensions of Graph that accept only undirected edges.