Interface CheckInEvaluatorStrategy
- All Known Implementing Classes:
DefaultCheckInEvaluatorStrategy,DefaultTravellerCheckinEvaluatorStrategy
public interface CheckInEvaluatorStrategy
The interface Check in evaluator strategy.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisCheckInPossible(ReservationData reservation, int originDestinationRefNumber) Is check in possible boolean.
-
Method Details
-
isCheckInPossible
Is check in possible boolean.- Parameters:
reservation- the reservationoriginDestinationRefNumber- the origin destination ref number- Returns:
- the boolean
-