Package org.hibernate.envers.tools.graph

Interface Summary
GraphDefiner<V,R> Defines a graph, where each vertex has a representation, which identifies uniquely a value.
 

Class Summary
GraphTopologicalSort  
TopologicalSort<R> Topological sorting of a graph - based on DFS.
Vertex<R> A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.