Uses of Class
com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDiGraphEdge
Packages that use LinkedDirectedGraph.LinkedDiGraphEdge
-
Uses of LinkedDirectedGraph.LinkedDiGraphEdge in com.google.javascript.jscomp.graph
Methods in com.google.javascript.jscomp.graph that return types with arguments of type LinkedDirectedGraph.LinkedDiGraphEdgeModifier and TypeMethodDescriptionLinkedDirectedGraph.getEdges()
LinkedDirectedGraph.getEdgesInDirection
(N n1, N n2) LinkedDirectedGraph.getInEdges
(N nodeValue) LinkedDirectedGraph.LinkedDiGraphNode.getInEdges()
LinkedDirectedGraph.getOutEdges
(N nodeValue) LinkedDirectedGraph.LinkedDiGraphNode.getOutEdges()