Uses of Interface
org.jgrapht.util.WeightCombiner
Packages that use WeightCombiner
Package
Description
Implementations of various graphs.
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of WeightCombiner in org.jgrapht.graph
Constructors in org.jgrapht.graph with parameters of type WeightCombinerModifierConstructorDescriptionAsGraphUnion(Graph<V, E> g1, Graph<V, E> g2, WeightCombiner operator) Construct a new graph union. -
Uses of WeightCombiner in org.jgrapht.util
Fields in org.jgrapht.util declared as WeightCombinerModifier and TypeFieldDescriptionstatic final WeightCombinerWeightCombiner.FIRSTFirst weight.static final WeightCombinerWeightCombiner.MAXMaximum weight.static final WeightCombinerWeightCombiner.MINMinimum weight.static final WeightCombinerWeightCombiner.MULTMultiplication of weights.static final WeightCombinerWeightCombiner.SECONDSecond weight.static final WeightCombinerWeightCombiner.SUMSum of weights.