Uses of Class
de.hirola.sportslibrary.util.RunningPlanTemplate
-
Packages that use RunningPlanTemplate Package Description de.hirola.sportslibrary.util -
-
Uses of RunningPlanTemplate in de.hirola.sportslibrary.util
Methods in de.hirola.sportslibrary.util that return RunningPlanTemplate Modifier and Type Method Description RunningPlanTemplateTemplateLoader. loadRunningPlanTemplateFromJSON(@NotNull InputStream jsonInputStream)Load a plan template to create (complex) plan objects from a json file.Methods in de.hirola.sportslibrary.util with parameters of type RunningPlanTemplate Modifier and Type Method Description RunningPlanTemplateLoader. importRunningPlanFromTemplate(@NotNull RunningPlanTemplate template)Create a running plan from a plan template object.
-