Class GraphTopologicalSort
java.lang.Object
org.hibernate.envers.internal.tools.graph.GraphTopologicalSort
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V,
R> List<V> sort
(GraphDefiner<V, R> definer) Sorts a graph topologically.
-
Method Details
-
sort
Sorts a graph topologically.- Parameters:
definer
- Defines a graph (values and representations) to sort.- Returns:
- Values of the graph, sorted topologically.
-