Uses of Class
dev.jcputney.elearning.parser.input.cmi5.types.Objective
Packages that use Objective
-
Uses of Objective in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionObjectivesList.getObjectives()Retrieves the list of objectives defined within this instance.Method parameters in dev.jcputney.elearning.parser.input.cmi5 with type arguments of type ObjectiveModifier and TypeMethodDescriptionvoidObjectivesList.setObjectives(List<Objective> objectives) Sets the list of objectives for this instance.Constructor parameters in dev.jcputney.elearning.parser.input.cmi5 with type arguments of type ObjectiveModifierConstructorDescriptionObjectivesList(List<Objective> objectives) Constructs an instance ofObjectivesListwith a specified list of objectives.