Uses of Class
org.jgrapht.graph.Subgraph
-
Packages that use Subgraph Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of Subgraph in org.jgrapht.graph
Subclasses of Subgraph in org.jgrapht.graph Modifier and Type Class Description classDirectedSubgraph<V,E>A directed graph that is a subgraph of another graph.classDirectedWeightedSubgraph<V,E>A directed weighted graph that is a subgraph of another graph.classUndirectedSubgraph<V,E>An undirected graph that is a subgraph of another graph.classUndirectedWeightedSubgraph<V,E>An undirected weighted graph that is a subgraph on other graph.
-