| Package | Description |
|---|---|
| org.apache.calcite.util.graph |
Graph-theoretic algorithms and data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static <V,E extends DefaultEdge> |
Graphs.makeImmutable(DirectedGraph<V,E> graph)
Returns a map of the shortest paths between any pair of nodes.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.