Uses of Interface
com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
-
Packages that use GraphvizGraph.GraphvizNode Package Description com.google.javascript.jscomp.graph -
-
Uses of GraphvizGraph.GraphvizNode in com.google.javascript.jscomp.graph
Classes in com.google.javascript.jscomp.graph that implement GraphvizGraph.GraphvizNode Modifier and Type Class Description static class
LinkedDirectedGraph.LinkedDiGraphNode<N,E>
A 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 types with arguments of type GraphvizGraph.GraphvizNode Modifier and Type Method Description java.util.List<GraphvizGraph.GraphvizNode>
GraphvizGraph. getGraphvizNodes()
Retrieve a list of nodes in the graph.java.util.List<GraphvizGraph.GraphvizNode>
LinkedDirectedGraph. getGraphvizNodes()
java.util.List<GraphvizGraph.GraphvizNode>
LinkedUndirectedGraph. getGraphvizNodes()
-