ExercisePerformanceTarget.SpeedTarget


class ExercisePerformanceTarget.SpeedTarget : ExercisePerformanceTarget


An ExercisePerformanceTarget that requires a target speed range to be met during the associated PlannedExerciseStep.

Summary

Public constructors

SpeedTarget(minSpeed: Velocity, maxSpeed: Velocity)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Velocity
Velocity

Public constructors

SpeedTarget

Added in 1.1.0-alpha10
SpeedTarget(minSpeed: Velocity, maxSpeed: Velocity)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

maxSpeed

Added in 1.1.0-alpha10
val maxSpeedVelocity

minSpeed

Added in 1.1.0-alpha10
val minSpeedVelocity