Uses of Enum Class
org.episteme.social.sports.TrainingPeriodization.TrainingLoad
Packages that use TrainingPeriodization.TrainingLoad
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of TrainingPeriodization.TrainingLoad in org.episteme.social.sports
Subclasses with type arguments of type TrainingPeriodization.TrainingLoad in org.episteme.social.sportsModifier and TypeClassDescriptionstatic enumDescriptive training intensity levels based on functional threshold ratios.Methods in org.episteme.social.sports that return TrainingPeriodization.TrainingLoadModifier and TypeMethodDescriptionTrainingPeriodization.TrainingWeek.load()Returns the value of theloadrecord component.Returns the enum constant of this class with the specified name.static TrainingPeriodization.TrainingLoad[]TrainingPeriodization.TrainingLoad.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.sports with parameters of type TrainingPeriodization.TrainingLoadModifierConstructorDescriptionTrainingWeek(int weekNumber, TrainingPeriodization.MesoPhase phase, TrainingPeriodization.TrainingLoad load, Quantity<Time> volume, double intensityAvg, String focus, List<String> keyWorkouts) Creates an instance of aTrainingWeekrecord class.