Class OnlineTime
java.lang.Object
org.deltava.beans.servinfo.OnlineTime
A utility class to calculate time spend online.
- Since:
- 3.6
- Version:
- 7.0
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
calculate
(Collection<PositionData> positions, int maxGap) Calculates the time spent online from a series of positions.
-
Method Details
-
calculate
Calculates the time spent online from a series of positions.- Parameters:
positions
- a Collection of PositionData beansmaxGap
- the maximum gap between positions in minutes- Returns:
- the estimated online time in seconds
-