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 TypeMethodDescriptionvoidsetDestination(DiGraph.DiGraphNode<N, E> node) voidsetSource(DiGraph.DiGraphNode<N, E> node) 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
-
Method Details
-
getSource
DiGraph.DiGraphNode<N,E> getSource() -
getDestination
DiGraph.DiGraphNode<N,E> getDestination() -
setSource
-
setDestination
-