Interface Graph.GraphEdge<N,E>
- Type Parameters:
N
- Value type that the graph node stores.E
- Value type that the graph edge stores.
- All Superinterfaces:
Annotatable
- All Known Subinterfaces:
DiGraph.DiGraphEdge<N,
,E> UndiGraph.UndiGraphEdge<N,
E>
A generic edge.
-
Method Summary
Methods inherited from interface com.google.javascript.jscomp.graph.Annotatable
getAnnotation, setAnnotation
-
Method Details
-
getValue
E getValue()Retrieves the edge's value.- Returns:
- The value.
-
getNodeA
-
getNodeB
-