| Package | Description |
|---|---|
| ptolemy.graph.analysis |
Graph analysis classes.
|
| ptolemy.graph.analysis.strategy |
The ptolemy.graph.analysis.strategy package.
|
| Constructor and Description |
|---|
TransitiveClosureAnalysis(TransitiveClosureAnalyzer analyzer)
Construct an instance of this class with a given analyzer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloydWarshallTransitiveClosureStrategy
Computation of transitive closure of a directed graph using the
Floyd-Warshall algorithm described in:
Thomas H.
|