Package digraph

Class Summary
DiGraph<V,E> Class DiGraph represents a generic directed graph with elements of type V associated to its vertices and data of type E to its Edges.
DiGraph.Edge<V,E> Inner class representing an edge of a directed graph.
DiGraph.Vertex<V,E> Nested class representing a vertex of a directed graph.