Package org.apache.drill.common.graph
Class GraphAlgos.TopoSorter<V extends GraphValue<V>>
java.lang.Object
org.apache.drill.common.graph.GraphAlgos.TopoSorter<V>
- Enclosing class:
GraphAlgos
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V extends GraphValue<V>>
List<V> static <V extends GraphValue<V>>
List<V> sortLogical
(Graph<V, ?, ?> graph)
-
Method Details
-
sort
-
sortLogical
-