Interface RoutePlot
- All Superinterfaces:
RoutePair
- All Known Implementing Classes:
RoutePlotQuestion, RoutePlotQuestionProfile
An interface to mark Route Plotting questions and question profiles.
- Since:
- 2.3
- Version:
- 12.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface RoutePair
RoutePair.RoutePairImpl -
Method Summary
Modifier and TypeMethodDescriptionvoidUpdates the arrival Airport.voidUpdates the departure Airport.Methods inherited from interface RoutePair
createKey, getAirportA, getAirportD, getAirports, getDistance, getFlightType, includes, isPopulated, matches, midPoint
-
Method Details
-
setAirportD
Updates the departure Airport.- Parameters:
a- the departure Airport bean
-
setAirportA
-