Uses of Class
dev.jcputney.elearning.parser.input.cmi5.ObjectivesList
Packages that use ObjectivesList
-
Uses of ObjectivesList in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return ObjectivesListModifier and TypeMethodDescriptionCmi5Manifest.getObjectives()Retrieves the list of objectives associated with this manifest.Methods in dev.jcputney.elearning.parser.input.cmi5 with parameters of type ObjectivesListModifier and TypeMethodDescriptionvoidCmi5Manifest.setObjectives(ObjectivesList objectives) Sets the list of objectives for this manifest.Constructors in dev.jcputney.elearning.parser.input.cmi5 with parameters of type ObjectivesListModifierConstructorDescriptionCmi5Manifest(Course course, ObjectivesList objectives, List<Block> blocks, List<AU> assignableUnits) Constructs a new instance of the Cmi5Manifest class with the specified course, objectives, blocks, and assignable units.