public class GraphAlgos extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphAlgos.Tarjan<V extends GraphValue<V>> |
static class |
GraphAlgos.TopoSorter<V extends GraphValue<V>> |
Constructor and Description |
---|
GraphAlgos() |
Modifier and Type | Method and Description |
---|---|
static <V extends GraphValue<V>> |
checkDirected(Graph<V,?,?> graph) |
public static <V extends GraphValue<V>> List<List<org.apache.drill.common.graph.AdjacencyList.Node>> checkDirected(Graph<V,?,?> graph)
Copyright © 1970 The Apache Software Foundation. All rights reserved.