Class FlightScorer
java.lang.Object
org.deltava.beans.flight.FlightScorer
A utility class to grade flights.
- Since:
- 5.1
- Version:
- 11.5
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionstatic FlightScore
score
(ScorePackage pkg) Scores a Check Ride.static FlightScore
score
(TouchdownData td) Scores a landing.
-
Method Details
-
score
Scores a landing.- Parameters:
td
- a TocuhdownData bean- Returns:
- a FlightScore
-
score
Scores a Check Ride. This will review flight parameters to ensure that- Parameters:
pkg
- a ScorePackage- Returns:
- a FlightScore
-