Package | Description |
---|---|
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.alg.interfaces | |
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Method and Description |
---|---|
List<DirectedSubgraph<V,E>> |
GabowStrongConnectivityInspector.stronglyConnectedSubgraphs()
Computes a list of
DirectedSubgraph s of the given graph. |
List<DirectedSubgraph<V,E>> |
StrongConnectivityInspector.stronglyConnectedSubgraphs()
Deprecated.
Computes a list of
DirectedSubgraph s of the given graph. |
List<DirectedSubgraph<V,E>> |
KosarajuStrongConnectivityInspector.stronglyConnectedSubgraphs()
Computes a list of
DirectedSubgraph s of the given graph. |
Modifier and Type | Method and Description |
---|---|
List<DirectedSubgraph<V,E>> |
StrongConnectivityAlgorithm.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 © 2016. All rights reserved.