Uses of Enum Class
org.episteme.social.sports.TrainingPeriodization.MesoPhase
Packages that use TrainingPeriodization.MesoPhase
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of TrainingPeriodization.MesoPhase in org.episteme.social.sports
Subclasses with type arguments of type TrainingPeriodization.MesoPhase in org.episteme.social.sportsModifier and TypeClassDescriptionstatic enumPhases of a training period (Macro/Meso cycles).Methods in org.episteme.social.sports that return TrainingPeriodization.MesoPhaseModifier and TypeMethodDescriptionTrainingPeriodization.TrainingWeek.phase()Returns the value of thephaserecord component.Returns the enum constant of this class with the specified name.static TrainingPeriodization.MesoPhase[]TrainingPeriodization.MesoPhase.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.MesoPhaseModifierConstructorDescriptionTrainingWeek(int weekNumber, TrainingPeriodization.MesoPhase phase, TrainingPeriodization.TrainingLoad load, Quantity<Time> volume, double intensityAvg, String focus, List<String> keyWorkouts) Creates an instance of aTrainingWeekrecord class.