Uses of Interface
com.google.javascript.jscomp.graph.GraphNode
Packages that use GraphNode
-
Uses of GraphNode in com.google.javascript.jscomp.graph
Subinterfaces of GraphNode in com.google.javascript.jscomp.graphModifier and TypeInterfaceDescriptionstatic interfaceDiGraph.DiGraphNode<N,E> A generic directed graph node.static interfaceA generic undirected graph node.Classes in com.google.javascript.jscomp.graph that implement GraphNodeModifier and TypeClassDescriptionstatic classA directed graph node that stores outgoing edges and incoming edges as an list within the node itself.Methods in com.google.javascript.jscomp.graph that return GraphNodeModifier and TypeMethodDescriptionGraph.createNode(N value) Gets a node from the graph given a value.LinkedUndirectedGraph.createNode(N value) Gets a node from the graph given a value.Graph.GraphEdge.getNodeA()LinkedDirectedGraph.LinkedDiGraphEdge.getNodeA()Graph.GraphEdge.getNodeB()LinkedDirectedGraph.LinkedDiGraphEdge.getNodeB()Methods in com.google.javascript.jscomp.graph that return types with arguments of type GraphNodeModifier and TypeMethodDescriptionGraph.getNeighborNodes(N value) Gets the neighboring nodes.LinkedDirectedGraph.getNeighborNodes(N value) LinkedUndirectedGraph.getNeighborNodes(N value) Collection<? extends GraphNode<N, E>> AdjacencyGraph.getNodes()Gets an immutable list of all nodes.abstract Collection<? extends GraphNode<N, E>> Graph.getNodes()Gets an immutable list of all nodes.LinkedUndirectedGraph.getNodes()