Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Class and Description |
---|---|
static class |
GraphUtils.TarjanNode<D>
This class specialized Node, by adding elements that are required in order
to perform Tarjan computation of strongly connected components.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterable<? extends GraphUtils.Node<D>> |
GraphUtils.Node.getAllDependencies()
Get all dependencies, regardless of their kind.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
GraphUtils.Node.getDependencyName(GraphUtils.Node<D> to,
GraphUtils.DependencyKind dk)
Get a name for the dependency (of given kind) linking this node to a given node
|
Copyright © 2017 earcam. All rights reserved.