Uses of Record Class
org.episteme.social.sports.NutritionPlanner.AthleteProfile
Packages that use NutritionPlanner.AthleteProfile
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of NutritionPlanner.AthleteProfile in org.episteme.social.sports
Methods in org.episteme.social.sports with parameters of type NutritionPlanner.AthleteProfileModifier and TypeMethodDescriptionstatic RealNutritionPlanner.calculateBMR(NutritionPlanner.AthleteProfile athlete) Calculates Basal Metabolic Rate (BMR) for the athlete.static RealNutritionPlanner.calculateTDEE(NutritionPlanner.AthleteProfile athlete) Calculates Total Daily Energy Expenditure (TDEE).NutritionPlanner.generateHydrationPlan(NutritionPlanner.AthleteProfile athlete, double trainingHours, double ambientTemperatureC) Generates a hydration strategy based on intensity and climate.NutritionPlanner.generateMacroTargets(NutritionPlanner.AthleteProfile athlete, String goal) Generates recommended macro-nutrient targets for a specific goal.NutritionPlanner.supplementRecommendations(NutritionPlanner.AthleteProfile athlete) Provides general supplement guidelines.