Uses of Class
org.jgrapht.graph.SimpleWeightedGraph
Package
Description
Flow related algorithms.
Implementations of various graphs.
-
Uses of SimpleWeightedGraph in org.jgrapht.alg.flow
Modifier and TypeMethodDescriptionGusfieldEquivalentFlowTree.getEquivalentFlowTree()
Returns the Equivalent Flow Tree as an actual tree (graph).GusfieldGomoryHuCutTree.getGomoryHuTree()
Returns the Gomory-Hu Tree as an actual tree (graph). -
Uses of SimpleWeightedGraph in org.jgrapht.graph
Modifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends SimpleWeightedGraph<V, E>> SimpleWeightedGraph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends SimpleWeightedGraph<V, E>> SimpleWeightedGraph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.