public class WeightedMatchResult
extends java.lang.Object
| Constructor and Description |
|---|
WeightedMatchResult(MatchResult matchResult) |
WeightedMatchResult(MatchResult matchResult,
double weighting) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
double |
getWeighting() |
boolean |
isExactMatch() |
static WeightedMatchResult |
weight(MatchResult matchResult) |
static WeightedMatchResult |
weight(MatchResult matchResult,
double weighting) |
public WeightedMatchResult(MatchResult matchResult)
public WeightedMatchResult(MatchResult matchResult, double weighting)
public static WeightedMatchResult weight(MatchResult matchResult, double weighting)
public static WeightedMatchResult weight(MatchResult matchResult)
public boolean isExactMatch()
public double getDistance()
public double getWeighting()