A driver behaviour analysis.
Provides methods for getting driver behaviour analysis data.
This class should not be instantiated directly. Instead, use the methods provided by the DriverBehaviour class.
Get all mapped driving events.
The list of mapped driving events.
An exception if it fails.
Get scores for this session (partial and aggregate)
The scores for this session (partial and aggregate).
Get the finish time of the session in milliseconds since epoch.
The finish time of the session in milliseconds since epoch.
Get flag telling whether the analysis is valid.
True if the analysis is valid, false otherwise.
Get the driven kilometers.
Part of session statistics.
The driven kilometers.
Get the number of minutes driven.
The minutes driven.
Returns the total number of minutes the driver was speeding.
The total number of minutes spent speeding.
Returns the total number of minutes the driver was tailgating.
The total number of minutes spent tailgating.
Get the total number of elapsed minutes.
The total number of elapsed minutes.
Number of cornering events detected
The number of cornerings detected.
Number of stop signs detected
The number of encountered stop signs detected.
Number of harsh acceleration events detected
The number of harsh accelerations detected.
Number of harsh breaking events detected
The number of harsh breakings detected.
Number of ignored stop signs events detected
The number of ignored stop signs events detected.
Number of swerving events detected
The number of swervings detected.
Increase of accident probability over a nominal chance (percentage).
The risk related to mean speed.
The risk related to speed variation.
Get the start time of the session in milliseconds since epoch.
The start time of the session in milliseconds since epoch.
Static
A driver behaviour analysis.
Provides methods for getting driver behaviour analysis data.
This class should not be instantiated directly. Instead, use the methods provided by the DriverBehaviour class.