Interface UndiGraph.UndiGraphEdge<N,E>
- Type Parameters:
N- Value type that the graph node stores.E- Value type that the graph edge stores.
- All Superinterfaces:
Annotatable,Graph.GraphEdge<N,E>
A generic undirected graph edge.
-
Method Summary
Methods inherited from interface com.google.javascript.jscomp.graph.Annotatable
getAnnotation, setAnnotationMethods inherited from interface com.google.javascript.jscomp.graph.Graph.GraphEdge
getNodeA, getNodeB, getValue