Class OnlineTime

java.lang.Object
org.deltava.beans.servinfo.OnlineTime

public class OnlineTime extends Object
A utility class to calculate time spend online.
Since:
3.6
Version:
7.0
Author:
Luke
  • Method Details

    • calculate

      public static int calculate(Collection<PositionData> positions, int maxGap)
      Calculates the time spent online from a series of positions.
      Parameters:
      positions - a Collection of PositionData beans
      maxGap - the maximum gap between positions in minutes
      Returns:
      the estimated online time in seconds