Package net.scheinerman.graph

Class Summary
Edge<E> This class represents a connection between two vertices.
Graph<E> A Graph is a group of vertices, with edges between vertices.
Location The location class represents an integer coordinate location.
Vertex<E> A vertex represents a node in a graph object.