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.LinkedDirectedGraphNode<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 |
---|---|
List<GraphvizGraph.GraphvizNode> |
LinkedDirectedGraph.getGraphvizNodes() |
List<GraphvizGraph.GraphvizNode> |
GraphvizGraph.getGraphvizNodes()
Retrieve a list of nodes in the graph.
|
List<GraphvizGraph.GraphvizNode> |
LinkedUndirectedGraph.getGraphvizNodes() |
Copyright © 2009-2017 Google. All Rights Reserved.