Uses of Class
org.jgrapht.graph.SimpleGraph
-
Packages that use SimpleGraph Package Description org.jgrapht.alg.connectivity Algorithms dealing with various connectivity aspects of a graph.org.jgrapht.graph Implementations of various graphs. -
-
Uses of SimpleGraph in org.jgrapht.alg.connectivity
Subclasses of SimpleGraph 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 SimpleGraph in org.jgrapht.graph
Subclasses of SimpleGraph in org.jgrapht.graph Modifier and Type Class Description class
SimpleWeightedGraph<V,E>
A simple weighted graph.Methods in org.jgrapht.graph that return types with arguments of type SimpleGraph Modifier and Type Method Description static <V,E>
GraphBuilder<V,E,? extends SimpleGraph<V,E>>SimpleGraph. createBuilder(java.lang.Class<? extends E> edgeClass)
Create a builder for this kind of graph.static <V,E>
GraphBuilder<V,E,? extends SimpleGraph<V,E>>SimpleGraph. createBuilder(java.util.function.Supplier<E> edgeSupplier)
Create a builder for this kind of graph.
-