package ExtractCounts
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
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