Uses of Class
org.jgrapht.graph.AbstractBaseGraph
-
Packages that use 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 class
BlockCutpointGraph<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 class
DefaultDirectedGraph<V,E>
The default implementation of a directed graph.class
DefaultDirectedWeightedGraph<V,E>
The default implementation of a directed weighted graph.class
DefaultUndirectedGraph<V,E>
The default implementation of an undirected graph.class
DefaultUndirectedWeightedGraph<V,E>
The default implementation of an undirected weighted graph.class
DirectedAcyclicGraph<V,E>
A directed acyclic graph (DAG).class
DirectedMultigraph<V,E>
A directed multigraph.class
DirectedPseudograph<V,E>
A directed pseudograph.class
DirectedWeightedMultigraph<V,E>
A directed weighted multigraph.class
DirectedWeightedPseudograph<V,E>
A directed weighted pseudograph.class
Multigraph<V,E>
A multigraph.class
Pseudograph<V,E>
A pseudograph.class
SimpleDirectedGraph<V,E>
A simple directed graph.class
SimpleDirectedWeightedGraph<V,E>
A simple directed weighted graph.class
SimpleGraph<V,E>
Implementation of a Simple Graph.class
SimpleWeightedGraph<V,E>
A simple weighted graph.class
WeightedMultigraph<V,E>
A weighted multigraph.class
WeightedPseudograph<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 class
FastutilMapGraph<V,E>
A graph implementation using fastutil's map implementations for storage.class
FastutilMapIntVertexGraph<E>
A graph implementation using fastutil's map implementations for storage specialized for integer vertices.
-