Class XACARSFlightHelper
java.lang.Object
org.deltava.beans.acars.XACARSFlightHelper
A utility class to convert XACARS Flight Information records into Flight Reports.
- Since:
- 4.1
- Version:
- 10.3
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionstatic OfflineFlight
<XACARSFlightReport, XARouteEntry> build
(XAFlightInfo inf) Converts a flight information bean into a Flight Report.
-
Method Details
-
build
Converts a flight information bean into a Flight Report.- Parameters:
inf
- an XAFlightInfo bean- Returns:
- an XACARSFlightReport bean
-