Uses of Class
org.jgrapht.graph.SimpleGraph
Packages that use SimpleGraph
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
Implementations of various graphs.
-
Uses of SimpleGraph in org.jgrapht.alg.connectivity
Subclasses of SimpleGraph in org.jgrapht.alg.connectivityModifier and TypeClassDescriptionclass
BlockCutpointGraph<V,
E> A Block-Cutpoint graph (also known as a block-cut tree). -
Uses of SimpleGraph in org.jgrapht.graph
Subclasses of SimpleGraph in org.jgrapht.graphMethods in org.jgrapht.graph that return types with arguments of type SimpleGraphModifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends SimpleGraph<V, E>> SimpleGraph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends SimpleGraph<V, E>> SimpleGraph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.