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 |
GraphColoring.Color
The color of a node
|
Modifier and Type | Field and Description |
---|---|
static Annotation |
GraphReachability.REACHABLE |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
LinkedDirectedGraph.LinkedDiGraphNode.getAnnotation() |
<A extends Annotation> |
LinkedDirectedGraph.LinkedDiGraphEdge.getAnnotation() |
<A extends Annotation> |
Annotatable.getAnnotation()
Retrieves a piece of information that has been annotated.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedDirectedGraph.LinkedDiGraphNode.setAnnotation(Annotation data) |
void |
LinkedDirectedGraph.LinkedDiGraphEdge.setAnnotation(Annotation data) |
void |
Annotatable.setAnnotation(Annotation data)
Annotates a piece of information to the object.
|
Copyright © 2009-2020 Google. All Rights Reserved.