Package | Description |
---|---|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Method and Description |
---|---|
SubGraph<N,E> |
LinkedDirectedGraph.newSubGraph() |
SubGraph<N,E> |
LinkedUndirectedGraph.newSubGraph() |
SubGraph<N,E> |
AdjacencyGraph.newSubGraph()
Returns an empty SubGraph for this Graph.
|
Copyright © 2009-2019 Google. All Rights Reserved.