Package directedgraph

Interface DirectedGraph

All Known Implementing Classes:
AbstractDirectedGraph, AdjacencyListDirectedGraph, AdjacencyMatrixDirectedGraph

public interface DirectedGraph
A graph which has directed edges.