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.LinkedDirectedGraphNode.getAnnotation() |
Modifier and Type | Method and Description |
---|---|
void |
Annotatable.setAnnotation(Annotation data)
Annotates a piece of information to the object.
|
void |
LinkedDirectedGraph.LinkedDirectedGraphNode.setAnnotation(Annotation data) |
Copyright © 2009-2016 Google. All Rights Reserved.