Package org.apache.drill.common.graph
Class Graph<G extends GraphValue<G>,R extends G,T extends G>
java.lang.Object
org.apache.drill.common.graph.Graph<G,R,T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.drill.common.graph.AdjacencyList<G>
getRoots()
static <G extends GraphValue<G>,
R extends G, T extends G>
Graph<G,R, T>
-
Constructor Details
-
Graph
-
-
Method Details
-
getAdjList
-
getRoots
-
getLeaves
-
newGraph
public static <G extends GraphValue<G>,R extends G, Graph<G,T extends G> R, newGraphT> (List<G> operators, Class<R> root, Class<T> leaf)
-