DriverBehaviourAnalysis class

Constructors

DriverBehaviourAnalysis.init(int id)

Properties

drivingEvents List<MappedDrivingEvent>
Get all mapped driving events.
no setter
drivingScores DrivingScores
Get scores for this session (partial and aggregate)
no setter
finishTime int
Get the finsih time of the session in milliseconds since epoch.
no setter
hashCode int
The hash code for this object.
no setterinherited
isValid bool
Get flag telling whether the analysis is valid.
no setter
kilometersDriven double
Get the driven kilometers.
no setter
minutesDriven double
Get the number of minutes driven.
no setter
minutesSpeeding double
Returns the total number of minutes the driver was speeding.
no setter
minutesTailgating double
Returns the total number of minutes the driver was tailgating.
no setter
minutesTotalElapsed double
Get the total number of elapsed minutes.
no setter
numberOfCorneringEvents int
Number of cornering events detected
no setter
numberOfEncounteredStopSigns int
Number of stop signs detected
no setter
numberOfHarshAccelerationEvents int
Number of harsh acceleration events detected
no setter
numberOfHarshBrakingEvents int
Number of harsh breaking events detected
no setter
numberOfIgnoredStopSigns int
Number of ignored stop signs events detected
no setter
numberOfSwervingEvents int
Number of swerving events detected
no setter
pointerId int
no setter
riskRelatedToMeanSpeed double
Increase of accident probability over a nominal chance (percentage).
no setter
riskRelatedToSpeedVariation double
Increase of accident probability over a nominal chance (percentage).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
Get the start time of the session in milliseconds since epoch.
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited