Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
static <D,N extends GraphUtils.TarjanNode<D>> |
GraphUtils.tarjan(Iterable<? extends N> nodes)
Tarjan's algorithm to determine strongly connected components of a
directed graph in linear time.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterable<? extends GraphUtils.TarjanNode<D>> |
GraphUtils.TarjanNode.getAllDependencies() |
abstract Iterable<? extends GraphUtils.TarjanNode<D>> |
GraphUtils.TarjanNode.getDependenciesByKind(GraphUtils.DependencyKind dk) |
Modifier and Type | Method and Description |
---|---|
int |
GraphUtils.TarjanNode.compareTo(GraphUtils.TarjanNode<D> o) |
Modifier and Type | Method and Description |
---|---|
static <D> String |
GraphUtils.toDot(Iterable<? extends GraphUtils.TarjanNode<D>> nodes,
String name,
String header)
Debugging: dot representation of a set of connected nodes.
|
Copyright © 2017 earcam. All rights reserved.