Interface UndirectedWeightedGraph<V>

Type Parameters:
V - Type of vertices.
All Superinterfaces:
Graph<V>, java.io.Serializable, UndirectedGraph<V>, WeightedGraph<V>
All Known Implementing Classes:
FastUndirectedWeightedGraph

public interface UndirectedWeightedGraph<V>
extends WeightedGraph<V>, UndirectedGraph<V>
Interface for undirected weighted graphs.