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>
A generic directed graph edge.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDestination
(DiGraph.DiGraphNode<N, E> node) void
setSource
(DiGraph.DiGraphNode<N, E> node) Methods 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() -
setSource
-
setDestination
-