Uses of Class
org.jgrapht.graph.Subgraph

Packages that use Subgraph
org.jgrapht.graph Implementations of various graphs. 
 

Uses of Subgraph in org.jgrapht.graph
 

Subclasses of Subgraph in org.jgrapht.graph
 class DirectedSubgraph<V,E>
          A directed graph that is a subgraph on other graph.
 class DirectedWeightedSubgraph<V,E>
          A directed weighted graph that is a subgraph on other graph.
 class UndirectedSubgraph<V,E>
          An undirected graph that is a subgraph on other graph.
 class UndirectedWeightedSubgraph<V,E>
          An undirected weighted graph that is a subgraph on other graph.
 



Copyright © 2013. All rights reserved.