Uses of Class
org.jgrapht.graph.AbstractBaseGraph
| Package | Description |
|---|---|
| org.jgrapht.alg.connectivity |
Algorithms dealing with various connectivity aspects of a graph.
|
| org.jgrapht.graph |
Implementations of various graphs.
|
| org.jgrapht.opt.graph.fastutil |
Specialized graph implementations using the FastUtil library
|
-
Uses of AbstractBaseGraph in org.jgrapht.alg.connectivity
Subclasses of AbstractBaseGraph in org.jgrapht.alg.connectivity Modifier and Type Class Description classBlockCutpointGraph<V,E>A Block-Cutpoint graph (also known as a block-cut tree). -
Uses of AbstractBaseGraph in org.jgrapht.graph
Subclasses of AbstractBaseGraph in org.jgrapht.graph Modifier and Type Class Description classDefaultDirectedGraph<V,E>The default implementation of a directed graph.classDefaultDirectedWeightedGraph<V,E>The default implementation of a directed weighted graph.classDefaultUndirectedGraph<V,E>The default implementation of an undirected graph.classDefaultUndirectedWeightedGraph<V,E>The default implementation of an undirected weighted graph.classDirectedAcyclicGraph<V,E>A directed acyclic graph (DAG).classDirectedMultigraph<V,E>A directed multigraph.classDirectedPseudograph<V,E>A directed pseudograph.classDirectedWeightedMultigraph<V,E>A directed weighted multigraph.classDirectedWeightedPseudograph<V,E>A directed weighted pseudograph.classMultigraph<V,E>A multigraph.classPseudograph<V,E>A pseudograph.classSimpleDirectedGraph<V,E>A simple directed graph.classSimpleDirectedWeightedGraph<V,E>A simple directed weighted graph.classSimpleGraph<V,E>Implementation of a Simple Graph.classSimpleWeightedGraph<V,E>A simple weighted graph.classWeightedMultigraph<V,E>A weighted multigraph.classWeightedPseudograph<V,E>A weighted pseudograph. -
Uses of AbstractBaseGraph in org.jgrapht.opt.graph.fastutil
Subclasses of AbstractBaseGraph in org.jgrapht.opt.graph.fastutil Modifier and Type Class Description classFastutilMapGraph<V,E>A graph implementation using fastutil's map implementations for storage.classFastutilMapIntVertexGraph<E>A graph implementation using fastutil's map implementations for storage specialized for integer vertices.