Interface UndirectedGraph<V,E>

All Superinterfaces:
Graph<V,E>, Hypergraph<V,E>
All Known Implementing Classes:
Graphs.SynchronizedUndirectedGraph, Graphs.UnmodifiableUndirectedGraph, UndirectedOrderedSparseMultigraph, UndirectedSparseGraph, UndirectedSparseMultigraph

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