Packages

package ExtractCounts

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object ExtractCounts

    This class extracts the statistics for each event type pair.

    This class extracts the statistics for each event type pair. The statistics are:

    • total duration: sum of the time difference between every two events that create this event type pair
    • total completions: the total number that this event type pair occurred in the database
    • minimum duration : the minimum time difference between any two events that create this event type pair
    • maximum duration: the maximum time difference between any two events that create this event type pair

Ungrouped