Class FlightPercentileHelper
java.lang.Object
org.deltava.beans.stats.FlightPercentileHelper
- Since:
- 11.0
- Version:
- 11.0
- Author:
- Luke
-
Constructor Summary
ConstructorsConstructorDescriptionFlightPercentileHelper
(Collection<YearlyTotal> totals, int granularity) Creates the helper. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Flight Distance percentiles.getLegs()
Returns the Flight Leg percentiles.Returns the Elite Point percentiles.
-
Constructor Details
-
FlightPercentileHelper
Creates the helper.- Parameters:
totals
- a Collection of YearlyTotal beans by Pilotgranularity
- the percentiile granularity
-
-
Method Details
-
getLegs
Returns the Flight Leg percentiles.- Returns:
- a PercentileStatEentry keyed by flight leg
-
getDistance
Returns the Flight Distance percentiles.- Returns:
- a PercentileStatEentry keyed by flight distance
-
getPoints
Returns the Elite Point percentiles.- Returns:
- a PercentileStatEentry keyed by Elite point
-