Interface RoutePlot

All Superinterfaces:
RoutePair
All Known Implementing Classes:
RoutePlotQuestion, RoutePlotQuestionProfile

public interface RoutePlot extends RoutePair
An interface to mark Route Plotting questions and question profiles.
Since:
2.3
Version:
12.0
Author:
Luke
  • Method Details

    • setAirportD

      void setAirportD(Airport a)
      Updates the departure Airport.
      Parameters:
      a - the departure Airport bean
    • setAirportA

      void setAirportA(Airport a)
      Updates the arrival Airport.
      Parameters:
      a - the arrival Airport bean