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.LinkedDiGraphEdge<N,E>
A directed graph edge that stores the source and destination nodes at each edge.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphvizGraph.GraphvizEdge> |
LinkedUndirectedGraph.getGraphvizEdges() |
java.util.List<GraphvizGraph.GraphvizEdge> |
LinkedDirectedGraph.getGraphvizEdges() |
java.util.List<GraphvizGraph.GraphvizEdge> |
GraphvizGraph.getGraphvizEdges()
Retrieve a list of edges in the graph.
|
Copyright © 2009-2020 Google. All Rights Reserved.