Package org.apache.calcite.util.graph
Interface AttributedDirectedGraph.AttributedEdgeFactory<V,E> 
- Type Parameters:
- V- Vertex type
- E- Edge type
- All Superinterfaces:
- DirectedGraph.EdgeFactory<V,- E> 
- Enclosing class:
- AttributedDirectedGraph<V,- E extends DefaultEdge> 
public static interface AttributedDirectedGraph.AttributedEdgeFactory<V,E> 
extends DirectedGraph.EdgeFactory<V,E> 
Factory for edges that have attributes.
- 
Method SummaryMethods inherited from interface org.apache.calcite.util.graph.DirectedGraph.EdgeFactorycreateEdge
- 
Method Details- 
createEdge
 
-