Interface DiGraph.DiGraphEdge<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>
- All Known Implementing Classes:
LinkedDirectedGraph.LinkedDiGraphEdge
A generic directed graph edge.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.google.javascript.jscomp.graph.Annotatable
getAnnotation, setAnnotation
Methods inherited from interface com.google.javascript.jscomp.graph.Graph.GraphEdge
getNodeA, getNodeB, getValue
-
Method Details
-
getSource
DiGraph.DiGraphNode<N,E> getSource() -
getDestination
DiGraph.DiGraphNode<N,E> getDestination()
-