Uses of Class
org.jgrapht.graph.SimpleWeightedGraph
-
Packages that use SimpleWeightedGraph Package Description org.jgrapht.alg.flow Flow related algorithms.org.jgrapht.graph Implementations of various graphs. -
-
Uses of SimpleWeightedGraph in org.jgrapht.alg.flow
Methods in org.jgrapht.alg.flow that return SimpleWeightedGraph Modifier and Type Method Description SimpleWeightedGraph<V,DefaultWeightedEdge>
GusfieldEquivalentFlowTree. getEquivalentFlowTree()
Returns the Equivalent Flow Tree as an actual tree (graph).SimpleWeightedGraph<V,DefaultWeightedEdge>
GusfieldGomoryHuCutTree. getGomoryHuTree()
Returns the Gomory-Hu Tree as an actual tree (graph). -
Uses of SimpleWeightedGraph in org.jgrapht.graph
Methods in org.jgrapht.graph that return types with arguments of type SimpleWeightedGraph Modifier and Type Method Description static <V,E>
GraphBuilder<V,E,? extends SimpleWeightedGraph<V,E>>SimpleWeightedGraph. createBuilder(java.lang.Class<? extends E> edgeClass)
Create a builder for this kind of graph.static <V,E>
GraphBuilder<V,E,? extends SimpleWeightedGraph<V,E>>SimpleWeightedGraph. createBuilder(java.util.function.Supplier<E> edgeSupplier)
Create a builder for this kind of graph.
-