Package | Description |
---|---|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DiGraph.DiGraphEdge<N,E>
A generic directed graph edge.
|
static interface |
DiGraph.DiGraphNode<N,E>
A generic directed graph node.
|
static interface |
Graph.GraphEdge<N,E>
A generic edge.
|
interface |
GraphNode<N,E>
A generic node.
|
static interface |
UndiGraph.UndiGraphEdge<N,E>
A generic undirected graph edge.
|
static interface |
UndiGraph.UndiGraphNode<N,E>
A generic undirected graph node.
|
Modifier and Type | Class and Description |
---|---|
static class |
LinkedDirectedGraph.LinkedDirectedGraphNode<N,E>
A directed graph node that stores outgoing edges and incoming edges as an
list within the node itself.
|
Copyright © 2009-2016 Google. All Rights Reserved.