Uses of Class
org.jgrapht.graph.AbstractGraph

Packages that use AbstractGraph 
Package Description
org.jgrapht.alg.connectivity
Algorithms dealing with various connectivity aspects of a graph.
org.jgrapht.graph
Implementations of various graphs.
org.jgrapht.graph.concurrent
Implementations of various concurrent graph structures.
org.jgrapht.graph.guava
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.webgraph
Adapters for graphs stored using WebGraph's compressed and succinct formats.