GetExerciseAndThresholdModelsFromExerciseIntensityUsecase class usecase

運動強度に基づいて運動データとその評価閾値を取得するユースケース。

指定された運動強度に基づいて、ローカルデータベースから関連する運動データを取得し、 その運動データに基づいて評価閾値を生成し、運動データとその閾値データをモデルにまとめます。

Constructors

GetExerciseAndThresholdModelsFromExerciseIntensityUsecase(ExerciseRepository _exerciseRepository, UsecaseErrorHandler _errorHandler, ExerciseSelectionService _exerciseSelectionService, ExerciseEvaluationRepository _exerciseEvaluationRepository, CreateExerciseEvaluationThresholdService _createExerciseEvaluationThresholdService)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec({required ExerciseIntensityModel nextExerciseIntensity}) Future<List<ExerciseAndThresholdModel>>
運動データとその評価閾値を取得する。
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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