| Constructor and Description |
|---|
RulesModifier(List<? extends BookingMatcher> matchers) |
RulesModifier(List<? extends BookingMatcher> matchers,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
modify(WrappedBooking booking) |
boolean |
useRulesOn(WrappedBooking wrappedBooking)
Use the rules from the rule set on the given wrappedBooking.
|
public RulesModifier(List<? extends BookingMatcher> matchers, Filter filter)
public RulesModifier(List<? extends BookingMatcher> matchers)
public void modify(WrappedBooking booking)
public boolean useRulesOn(WrappedBooking wrappedBooking)
wrappedBooking - the wrappedBooking to be expendedCopyright © 2018. All rights reserved.