Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective.Scorm2004Objectives
Packages that use Scorm2004Objectives
-
Uses of Scorm2004Objectives in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return Scorm2004ObjectivesModifier and TypeMethodDescriptionSequencing.getAdlObjectives()Retrieves the ADL-specific objectives associated with this sequencing object.Sequencing.getObjectives()Retrieves the SCORM 2004 objectives associated with this sequencing object.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type Scorm2004ObjectivesModifier and TypeMethodDescriptionvoidSequencing.setAdlObjectives(Scorm2004Objectives adlObjectives) Sets the ADL-specific objectives for the sequencing object.voidSequencing.setObjectives(Scorm2004Objectives objectives) Sets the SCORM 2004 objectives for the sequencing object.