Interface DirectedWeightedGraph<V>

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

public interface DirectedWeightedGraph<V>
extends WeightedGraph<V>, DirectedGraph<V>
Interface for directed weighted graphs.