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 TypeMethodDescriptiongetDate()Returns the date/time of this entry.intReturns the total amount of fuel remaining.booleanisFlagSet(ACARSFlags flag) Returns whether an ACARS state flag is set.
-
Method Details
-
getDate
-
getFuelRemaining
int getFuelRemaining()Returns the total amount of fuel remaining.- Returns:
- the amount of fuel in pounds
-
isFlagSet
Returns whether an ACARS state flag is set.- Parameters:
flag- the ACARSFlags- Returns:
- TRUE if set, otherwise FALSE
-