Interface ExternalFlightRoute

All Known Implementing Classes:
ExternalDispatchRoute, ExternalRoute

public interface ExternalFlightRoute
A Flight Route loaded from an external party.
Since:
2.2
Version:
2.2
Author:
Luke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the source of this route.
    void
    Sets the source of this route.
  • Method Details

    • getSource

      String getSource()
      Returns the source of this route.
      Returns:
      the source name
    • setSource

      void setSource(String src)
      Sets the source of this route.
      Parameters:
      src - the source name