Uses of Class
org.jgrapht.webgraph.AbstractImmutableBigGraphAdapter
-
Packages that use AbstractImmutableBigGraphAdapter Package Description org.jgrapht.webgraph Adapters for graphs stored using WebGraph's compressed and succinct formats. -
-
Uses of AbstractImmutableBigGraphAdapter in org.jgrapht.webgraph
Subclasses of AbstractImmutableBigGraphAdapter in org.jgrapht.webgraph Modifier and Type Class Description class
ImmutableDirectedBigGraphAdapter
An adapter class for directed graphs using WebGraph (big)'sImmutableGraph
.class
ImmutableUndirectedBigGraphAdapter
An adapter class for undirected graphs using WebGraph (big)'sImmutableGraph
.
-