Interface DirectedUnweightedMultiGraph<V>

Type Parameters:
V - Type of the vertices.
All Superinterfaces:
DirectedGraph<V>, DirectedMultiGraph<V>, Graph<V>, MultiGraph<V>, java.io.Serializable, UnweightedGraph<V>, UnweightedMultiGraph<V>
All Known Implementing Classes:
FastDirectedUnweightedMultiGraph

public interface DirectedUnweightedMultiGraph<V>
extends UnweightedMultiGraph<V>, DirectedMultiGraph<V>
Interface for directed unweighted multigraphs