Package org.hibernate.envers.internal.tools.graph
-
Interface Summary Interface Description GraphDefiner<V,R> Defines a graph, where each vertex has a representation, which identifies uniquely a value. -
Class Summary Class Description 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.