Uses of Class
org.jgrapht.graph.SimpleGraph
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
Implementations of various graphs.
-
Uses of SimpleGraph in org.jgrapht.alg.connectivity
Modifier and TypeClassDescriptionclass
BlockCutpointGraph<V,
E> A Block-Cutpoint graph (also known as a block-cut tree). -
Uses of SimpleGraph in org.jgrapht.graph
Modifier 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.