Uses of Interface
org.jgrapht.util.WeightCombiner
-
Packages that use WeightCombiner Package Description org.jgrapht.graph Implementations of various graphs.org.jgrapht.util 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 WeightCombiner Constructor Description AsGraphUnion(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 WeightCombiner Modifier and Type Field Description static WeightCombinerWeightCombiner. FIRSTFirst weight.static WeightCombinerWeightCombiner. MAXMaximum weight.static WeightCombinerWeightCombiner. MINMinimum weight.static WeightCombinerWeightCombiner. MULTMultiplication of weights.static WeightCombinerWeightCombiner. SECONDSecond weight.static WeightCombinerWeightCombiner. SUMSum of weights.
-