Uses of Class
de.hirola.sportslibrary.model.RunningUnit
-
Packages that use RunningUnit Package Description de.hirola.sportslibrary.model -
-
Uses of RunningUnit in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return types with arguments of type RunningUnit Modifier and Type Method Description List<RunningUnit>RunningPlanEntry. getRunningUnits()Get the (rounded) percentage of completed training sessions.Constructor parameters in de.hirola.sportslibrary.model with type arguments of type RunningUnit Constructor Description RunningPlanEntry(int day, int week, @NotNull ArrayList<RunningUnit> runningUnits)Create a running plan entry.
-