Uses of Class
org.jgrapht.graph.AbstractBaseGraph
Packages that use AbstractBaseGraph
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
Implementations of various graphs.
Specialized graph implementations using the FastUtil library
-
Uses of AbstractBaseGraph in org.jgrapht.alg.connectivity
Subclasses of AbstractBaseGraph in org.jgrapht.alg.connectivityModifier and TypeClassDescriptionclassBlockCutpointGraph<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.graphModifier and TypeClassDescriptionclassDefaultDirectedGraph<V,E> The default implementation of a directed graph.classThe default implementation of a directed weighted graph.classThe default implementation of an undirected graph.classThe 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.classA directed weighted multigraph.classA directed weighted pseudograph.classMultigraph<V,E> A multigraph.classPseudograph<V,E> A pseudograph.classSimpleDirectedGraph<V,E> A simple directed graph.classA 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.fastutilModifier and TypeClassDescriptionclassFastutilMapGraph<V,E> A graph implementation using fastutil's map implementations for storage.classA graph implementation using fastutil's map implementations for storage specialized for integer vertices.