Class SimStatsEntry
- All Implemented Interfaces:
Serializable
A bean to store Simulator version statistics entries.
- Since:
- 8.1
- Version:
- 10.3
- Author:
- Luke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSimulator
(Simulator s, int legs, int distance, double hours) Sets simulator statistics.Methods inherited from class org.deltava.beans.stats.LegHoursDateStatsEntry
getDate, hashCode
Methods inherited from class org.deltava.beans.stats.LegHoursStatsEntry
getDistance, getHours, getKeys, getLegs, getMaxKey, inc, set
-
Constructor Details
-
SimStatsEntry
-
-
Method Details
-
setSimulator
Sets simulator statistics.- Parameters:
s
- the Simulatorlegs
- the number of legsdistance
- the flight distance in mileshours
- the number of hours
-