Class LinkedDirectedGraph.LinkedDiGraphEdge<N,E>

java.lang.Object
com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDiGraphEdge<N,E>
All Implemented Interfaces:
Annotatable, DiGraph.DiGraphEdge<N,E>, Graph.GraphEdge<N,E>, GraphvizGraph.GraphvizEdge
Enclosing class:
LinkedDirectedGraph<N,E>

public static class LinkedDirectedGraph.LinkedDiGraphEdge<N,E> extends Object implements DiGraph.DiGraphEdge<N,E>, GraphvizGraph.GraphvizEdge
A directed graph edge that stores the source and destination nodes at each edge.