Uses of Package
org.jgrapht.webgraph
Package | Description |
---|---|
org.jgrapht.webgraph |
Adapters for graphs stored using
WebGraph's compressed and succinct
formats.
|
-
Classes in org.jgrapht.webgraph used by org.jgrapht.webgraph Class Description AbstractImmutableBigGraphAdapter An abstract base class for adapters using WebGraph (big)'sImmutableGraph
.AbstractImmutableGraphAdapter An abstract base class for adapters using WebGraph'sImmutableGraph
.ImmutableDirectedBigGraphAdapter An adapter class for directed graphs using WebGraph (big)'sImmutableGraph
.ImmutableDirectedGraphAdapter An adapter class for directed graphs using WebGraph'sImmutableGraph
.ImmutableUndirectedBigGraphAdapter An adapter class for undirected graphs using WebGraph (big)'sImmutableGraph
.ImmutableUndirectedGraphAdapter An adapter class for undirected graphs using WebGraph'sImmutableGraph
.