Interface FuelChecker

All Known Implementing Classes:
ACARSRouteEntry, MapRouteEntry, RouteEntry, XARouteEntry

public interface FuelChecker
An interface to describe beans used for in-flight refuling checks.
Since:
8.5
Version:
8.5
Author:
Luke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the date/time of this entry.
    int
    Returns the total amount of fuel remaining.
    boolean
    Returns whether an ACARS state flag is set.
  • Method Details

    • getDate

      Instant getDate()
      Returns the date/time of this entry.
      Returns:
      the date/time
    • getFuelRemaining

      int getFuelRemaining()
      Returns the total amount of fuel remaining.
      Returns:
      the amount of fuel in pounds
    • isFlagSet

      boolean isFlagSet(ACARSFlags flag)
      Returns whether an ACARS state flag is set.
      Parameters:
      flag - the ACARSFlags
      Returns:
      TRUE if set, otherwise FALSE