| Package | Description |
|---|---|
| org.apache.calcite.util.graph |
Graph-theoretic algorithms and data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> DefaultDirectedGraph<V,DefaultEdge> |
DefaultDirectedGraph.create() |
static <V,E extends DefaultEdge> |
DefaultDirectedGraph.create(DirectedGraph.EdgeFactory<V,E> edgeFactory) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.