Uses of Package
org.jgrapht.graph

Packages that use org.jgrapht.graph 
Package Description
org.jgrapht.alg
Algorithms provided with JGraphT.
org.jgrapht.alg.connectivity
Algorithms dealing with various connectivity aspects of a graph.
org.jgrapht.alg.cycle
Algorithms related to graph cycles.
org.jgrapht.alg.densesubgraph
Algorithms for computing maximum density subgraphs.
org.jgrapht.alg.flow
Flow related algorithms.
org.jgrapht.alg.interfaces
Algorithm related interfaces.
org.jgrapht.generate
Generators for graphs of various topologies.
org.jgrapht.graph
Implementations of various graphs.
org.jgrapht.graph.concurrent
Implementations of various concurrent graph structures.
org.jgrapht.graph.guava
org.jgrapht.graph.specifics
Implementations of specifics for various graph types.
org.jgrapht.opt.graph.fastutil
Specialized graph implementations using the FastUtil library
org.jgrapht.opt.graph.sparse
Specialized graph implementations using sparse matrix representations.
org.jgrapht.opt.graph.sparse.specifics  
org.jgrapht.sux4j
Immutable graphs stored using Sux4J's quasi-succinct data structures.
org.jgrapht.util
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
org.jgrapht.webgraph
Adapters for graphs stored using WebGraph's compressed and succinct formats.