Package org.apache.calcite.util.graph
Interface AttributedDirectedGraph.AttributedEdgeFactory<V,E>
- Type Parameters:
V
- Vertex typeE
- 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 Summary
Methods inherited from interface org.apache.calcite.util.graph.DirectedGraph.EdgeFactory
createEdge
-
Method Details
-
createEdge
-