Uses of Enum Class
org.episteme.social.sports.NutritionPlanner.TrainingPhase
Packages that use NutritionPlanner.TrainingPhase
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of NutritionPlanner.TrainingPhase in org.episteme.social.sports
Subclasses with type arguments of type NutritionPlanner.TrainingPhase in org.episteme.social.sportsModifier and TypeClassDescriptionstatic enumTraining cycle phases for nutrient adjustment.Methods in org.episteme.social.sports that return NutritionPlanner.TrainingPhaseModifier and TypeMethodDescriptionNutritionPlanner.AthleteProfile.phase()Returns the value of thephaserecord component.Returns the enum constant of this class with the specified name.static NutritionPlanner.TrainingPhase[]NutritionPlanner.TrainingPhase.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 NutritionPlanner.TrainingPhaseModifierConstructorDescriptionAthleteProfile(double massKg, double heightCm, int age, boolean isMale, String sport, NutritionPlanner.ActivityLevel activityLevel, NutritionPlanner.TrainingPhase phase) Creates an instance of aAthleteProfilerecord class.