Uses of Class
org.jgrapht.graph.DirectedSubgraph
-
Packages that use DirectedSubgraph Package Description org.jgrapht.alg Algorithms provided with JGraphT.org.jgrapht.alg.interfaces Algorithm related interfaces.org.jgrapht.graph Implementations of various graphs. -
-
Uses of DirectedSubgraph in org.jgrapht.alg
Fields in org.jgrapht.alg with type parameters of type DirectedSubgraph Modifier and Type Field Description private java.util.List<DirectedSubgraph<V,E>>
GabowStrongConnectivityInspector. stronglyConnectedSubgraphs
private java.util.List<DirectedSubgraph<V,E>>
KosarajuStrongConnectivityInspector. stronglyConnectedSubgraphs
Methods in org.jgrapht.alg that return types with arguments of type DirectedSubgraph Modifier and Type Method Description java.util.List<DirectedSubgraph<V,E>>
GabowStrongConnectivityInspector. stronglyConnectedSubgraphs()
Computes a list ofDirectedSubgraph
s of the given graph.java.util.List<DirectedSubgraph<V,E>>
KosarajuStrongConnectivityInspector. stronglyConnectedSubgraphs()
Computes a list ofDirectedSubgraph
s of the given graph. -
Uses of DirectedSubgraph in org.jgrapht.alg.interfaces
Methods in org.jgrapht.alg.interfaces that return types with arguments of type DirectedSubgraph Modifier and Type Method Description java.util.List<DirectedSubgraph<V,E>>
StrongConnectivityAlgorithm. stronglyConnectedSubgraphs()
Computes a list ofDirectedSubgraph
s of the given graph. -
Uses of DirectedSubgraph in org.jgrapht.graph
Subclasses of DirectedSubgraph in org.jgrapht.graph Modifier and Type Class Description class
DirectedWeightedSubgraph<V,E>
A directed weighted graph that is a subgraph of another graph.
-