Packages 
Package Description
com.codemelon.graph.algorithm.path  
com.codemelon.graph.algorithm.search
Breadth-first search, depth-first search and related algorithms.
com.codemelon.graph.algorithm.spanningtree  
com.codemelon.graph.common  
com.codemelon.graph.edge  
com.codemelon.graph.graph
In this implementation the various graph types are mainly just wrappers for vertices.
com.codemelon.graph.vertex