| Package | Description |
|---|---|
| org.apache.calcite.util.graph |
Graph-theoretic algorithms and data structures.
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultDirectedGraph<V,E> |
Graphs.FrozenGraph.graph |
private DefaultDirectedGraph<V,E> |
TopologicalOrderIterator.graph |
| 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) |
| Constructor and Description |
|---|
FrozenGraph(DefaultDirectedGraph<V,E> graph,
Map<Pair<V,V>,List<V>> shortestPaths)
Creates a frozen graph as a copy of another graph.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.