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.AnnotatedLinkedDirectedGraphEdge<N,E>
A directed graph edge that stores the source and destination nodes at each
edge.
|
(package private) static class |
LinkedDirectedGraph.LinkedDirectedGraphEdge<N,E>
A directed graph edge that stores the source and destination nodes at each
edge.
|
(package private) static class |
LinkedUndirectedGraph.AnnotatedLinkedUndirectedGraphEdge<N,E>
An annotated undirected graph edge..
|
(package private) static class |
LinkedUndirectedGraph.LinkedUndirectedGraphEdge<N,E>
An undirected graph edge that stores two nodes at each edge.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphvizGraph.GraphvizEdge> |
GraphvizGraph.getGraphvizEdges()
Retrieve a list of edges in the graph.
|
java.util.List<GraphvizGraph.GraphvizEdge> |
LinkedDirectedGraph.getGraphvizEdges() |
java.util.List<GraphvizGraph.GraphvizEdge> |
LinkedUndirectedGraph.getGraphvizEdges() |