Class Hierarchy
- java.lang.Object
- org.apache.calcite.util.graph.BreadthFirstIterator<V,
E> (implements java.util.Iterator<E>) - org.apache.calcite.util.graph.CycleDetector<V,
E> - org.apache.calcite.util.graph.DefaultDirectedGraph<V,
E> (implements org.apache.calcite.util.graph.DirectedGraph<V, E>) - org.apache.calcite.util.graph.AttributedDirectedGraph<V,
E>
- org.apache.calcite.util.graph.AttributedDirectedGraph<V,
- org.apache.calcite.util.graph.DefaultEdge
- org.apache.calcite.util.graph.DepthFirstIterator<V,
E> (implements java.util.Iterator<E>) - org.apache.calcite.util.graph.Graphs
- org.apache.calcite.util.graph.Graphs.FrozenGraph<V,
E> - org.apache.calcite.util.graph.TopologicalOrderIterator<V,
E> (implements java.util.Iterator<E>)
- org.apache.calcite.util.graph.BreadthFirstIterator<V,
Interface Hierarchy
- org.apache.calcite.util.graph.DirectedGraph<V,
E> - org.apache.calcite.util.graph.DirectedGraph.EdgeFactory<V,
E> - org.apache.calcite.util.graph.AttributedDirectedGraph.AttributedEdgeFactory<V,
E>
- org.apache.calcite.util.graph.AttributedDirectedGraph.AttributedEdgeFactory<V,