public interface WeightCombiner
| Modifier and Type | Field and Description | 
|---|---|
static WeightCombiner | 
FIRST
First weight. 
 | 
static WeightCombiner | 
MAX
Maximum weight. 
 | 
static WeightCombiner | 
MIN
Minimum weight. 
 | 
static WeightCombiner | 
MULT
Multiplication of weights. 
 | 
static WeightCombiner | 
SECOND
Second weight. 
 | 
static WeightCombiner | 
SUM
Sum of weights. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
combine(double a,
       double b)
Combines two weights. 
 | 
static final WeightCombiner SUM
static final WeightCombiner MULT
static final WeightCombiner MIN
static final WeightCombiner MAX
static final WeightCombiner FIRST
static final WeightCombiner SECOND
Copyright © 2019. All rights reserved.