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