Uses of Class
org.jgrapht.webgraph.AbstractImmutableGraphAdapter
Package | Description |
---|---|
org.jgrapht.webgraph |
Adapters for graphs stored using
WebGraph's compressed and succinct
formats.
|
-
Uses of AbstractImmutableGraphAdapter in org.jgrapht.webgraph
Subclasses of AbstractImmutableGraphAdapter in org.jgrapht.webgraph Modifier and Type Class Description class
ImmutableDirectedGraphAdapter
An adapter class for directed graphs using WebGraph'sImmutableGraph
.class
ImmutableUndirectedGraphAdapter
An adapter class for undirected graphs using WebGraph'sImmutableGraph
.