public class SimilarityMatcher extends Object implements BookingMatcher
| Modifier and Type | Field and Description |
|---|---|
static double |
MIN_DISTANCE |
| Constructor and Description |
|---|
SimilarityMatcher(Rule definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(WrappedBooking wrappedBooking) |
String |
getId() |
boolean |
isFinal() |
boolean |
match(WrappedBooking wrappedBooking) |
public static final double MIN_DISTANCE
public SimilarityMatcher(Rule definition)
public boolean match(WrappedBooking wrappedBooking)
public String getId()
getId in interface BookingMatcherpublic void extend(WrappedBooking wrappedBooking)
extend in interface BookingMatcherpublic boolean isFinal()
isFinal in interface BookingMatcherCopyright © 2019. All rights reserved.