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 |
---|---|
(package private) static class |
LinkedDirectedGraph.AnnotatedLinkedDirectedGraphNode<N,E>
A directed graph node with annotations.
|
static class |
LinkedDirectedGraph.LinkedDirectedGraphNode<N,E>
A directed graph node that stores outgoing edges and incoming edges as an
list within the node itself.
|
(package private) static class |
LinkedUndirectedGraph.AnnotatedLinkedUndirectedGraphNode<N,E>
An undirected graph node with annotations.
|
(package private) static class |
LinkedUndirectedGraph.LinkedUndirectedGraphNode<N,E>
An undirected 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() |