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 class
DirectedSubgraph<V,E>
A directed graph that is a subgraph of another graph.class
DirectedWeightedSubgraph<V,E>
A directed weighted graph that is a subgraph of another graph.class
UndirectedSubgraph<V,E>
An undirected graph that is a subgraph of another graph.class
UndirectedWeightedSubgraph<V,E>
An undirected weighted graph that is a subgraph on other graph.
-