Interface DirectedUnweightedGraph<V>

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

public interface DirectedUnweightedGraph<V>
extends UnweightedGraph<V>, DirectedGraph<V>
Interface for directed unweighted graphs.