public static class ScoringClassMapBuilder.FieldMatchScore extends Object implements Comparable<ScoringClassMapBuilder.FieldMatchScore>
| Constructor and Description |
|---|
FieldMatchScore(Property propertyA,
Property propertyB,
ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
Constructs a new FieldMatchScore based on the provided pair of properties, with scoring modified by
the provided PropertyMatchingWeights
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScoringClassMapBuilder.FieldMatchScore that) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
meetsMinimumScore() |
String |
toString() |
public FieldMatchScore(Property propertyA, Property propertyB, ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
propertyA - propertyB - matchingWeights - public boolean meetsMinimumScore()
public int compareTo(ScoringClassMapBuilder.FieldMatchScore that)
compareTo in interface Comparable<ScoringClassMapBuilder.FieldMatchScore>Copyright © 2019 Glasnost. All rights reserved.