Package dev.nm.graph
Interface UndirectedEdge<V>
-
- Type Parameters:
V
- vertex type
- All Known Implementing Classes:
SimpleEdge
public interface UndirectedEdge<V> extends Edge<V>
A tagging interface for implementations of an undirected graph that accept only undirected edges.