Package graph

Interface Summary
Graph<V,E> This interface represents a graph.
Graph.Edge<V,E> Represents an edge in a graph.
Graph.Vertex<V,E> Represents a vertex in a graph.