Package | Description |
---|---|
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Method and Description |
---|---|
List<DirectedSubgraph<V,E>> |
StrongConnectivityInspector.stronglyConnectedSubgraphs()
Computes a list of
DirectedSubgraph s of the given graph. |
Modifier and Type | Class and Description |
---|---|
class |
DirectedWeightedSubgraph<V,E>
A directed weighted graph that is a subgraph on other graph.
|
Copyright © 2015. All Rights Reserved.