Package | Description |
---|---|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphvizGraph.GraphvizNode> |
LinkedUndirectedGraph.getGraphvizNodes() |
java.util.List<GraphvizGraph.GraphvizNode> |
GraphvizGraph.getGraphvizNodes()
Retrieve a list of nodes in the graph.
|
java.util.List<GraphvizGraph.GraphvizNode> |
LinkedDirectedGraph.getGraphvizNodes() |
Copyright © 2009-2020 Google. All Rights Reserved.