Uses of Class
com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDiGraphNode
Packages that use LinkedDirectedGraph.LinkedDiGraphNode
-
Uses of LinkedDirectedGraph.LinkedDiGraphNode in com.google.javascript.jscomp.graph
Fields in com.google.javascript.jscomp.graph with type parameters of type LinkedDirectedGraph.LinkedDiGraphNodeModifier and TypeFieldDescriptionprotected final Map<N, LinkedDirectedGraph.LinkedDiGraphNode<N, E>> LinkedDirectedGraph.nodesMethods in com.google.javascript.jscomp.graph that return LinkedDirectedGraph.LinkedDiGraphNodeModifier and TypeMethodDescriptionLinkedDirectedGraph.createNode(N nodeValue) LinkedDirectedGraph.LinkedDiGraphEdge.getDestination()LinkedDirectedGraph.LinkedDiGraphEdge.getSource()Methods in com.google.javascript.jscomp.graph that return types with arguments of type LinkedDirectedGraph.LinkedDiGraphNodeModifier and TypeMethodDescriptionLinkedDirectedGraph.getDirectedPredNodes(DiGraph.DiGraphNode<N, E> dNode) LinkedDirectedGraph.getDirectedPredNodes(N nodeValue) LinkedDirectedGraph.getDirectedSuccNodes(DiGraph.DiGraphNode<N, E> dNode) LinkedDirectedGraph.getDirectedSuccNodes(N nodeValue) LinkedDirectedGraph.getNodes()Methods in com.google.javascript.jscomp.graph with parameters of type LinkedDirectedGraph.LinkedDiGraphNodeModifier and TypeMethodDescriptionbooleanLinkedDirectedGraph.isConnectedInDirection(LinkedDirectedGraph.LinkedDiGraphNode<N, E> source, com.google.common.base.Predicate<E> edgeFilter, LinkedDirectedGraph.LinkedDiGraphNode<N, E> dest) DiGraphNode look ups can be expensive for a large graph operation, prefer this method if you have the DiGraphNodes available.