Interface WeightedMultiGraph<V>

Type Parameters:
V - type of the vertices
All Superinterfaces:
Graph<V>, MultiGraph<V>, java.io.Serializable, WeightedGraph<V>
All Known Subinterfaces:
DirectedWeightedMultiGraph<U>, UndirectedWeightedMultiGraph<V>
All Known Implementing Classes:
FastDirectedWeightedMultiGraph, FastUndirectedWeightedMultiGraph

public interface WeightedMultiGraph<V>
extends MultiGraph<V>, WeightedGraph<V>
Interface for directed graphs.