Uses of Interface
org.jgrapht.util.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
ModifierConstructorDescriptionAsGraphUnion
(Graph<V, E> g1, Graph<V, E> g2, WeightCombiner operator) Construct a new graph union. -
Uses of WeightCombiner in org.jgrapht.util
Modifier and TypeFieldDescriptionstatic final WeightCombiner
WeightCombiner.FIRST
First weight.static final WeightCombiner
WeightCombiner.MAX
Maximum weight.static final WeightCombiner
WeightCombiner.MIN
Minimum weight.static final WeightCombiner
WeightCombiner.MULT
Multiplication of weights.static final WeightCombiner
WeightCombiner.SECOND
Second weight.static final WeightCombiner
WeightCombiner.SUM
Sum of weights.