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