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 org.deltava.beans.schedule.RoutePair
RoutePair.RoutePairImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Updates the arrival Airport.void
Updates the departure Airport.Methods inherited from interface org.deltava.beans.schedule.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
-