Uses of Interface
com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
Packages that use DiGraph.DiGraphEdge
-
Uses of DiGraph.DiGraphEdge in com.google.javascript.jscomp.graph
Classes in com.google.javascript.jscomp.graph that implement DiGraph.DiGraphEdgeModifier and TypeClassDescriptionstatic classA directed graph edge that stores the source and destination nodes at each edge.Methods in com.google.javascript.jscomp.graph that return types with arguments of type DiGraph.DiGraphEdgeModifier and TypeMethodDescriptionabstract List<? extends DiGraph.DiGraphEdge<N, E>> DiGraph.getEdges()abstract List<? extends DiGraph.DiGraphEdge<N, E>> abstract List<? extends DiGraph.DiGraphEdge<N, E>> DiGraph.getEdgesInDirection(N n1, N n2) List<? extends DiGraph.DiGraphEdge<N, E>> DiGraph.DiGraphNode.getInEdges()abstract List<? extends DiGraph.DiGraphEdge<N, E>> DiGraph.getInEdges(N nodeValue) Gets an immutable list of in edges of the given node.List<? extends DiGraph.DiGraphEdge<N, E>> DiGraph.DiGraphNode.getOutEdges()abstract List<? extends DiGraph.DiGraphEdge<N, E>> DiGraph.getOutEdges(N nodeValue) Gets an immutable list of out edges of the given node.