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 |
---|---|
class |
GraphReachability<N,E>
Computes all the reachable nodes.
|
Modifier and Type | Method and Description |
---|---|
static <NODE,EDGE> |
FixedPointGraphTraversal.newTraversal(FixedPointGraphTraversal.EdgeCallback<NODE,EDGE> callback)
Helper method for creating new traversals.
|
Constructor and Description |
---|
FixedPointGraphTraversal(FixedPointGraphTraversal.EdgeCallback<N,E> callback)
Create a new traversal.
|
Copyright © 2009-2019 Google. All Rights Reserved.