Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective.Scorm2004ObjectiveMapping
Packages that use Scorm2004ObjectiveMapping
-
Uses of Scorm2004ObjectiveMapping in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective that return types with arguments of type Scorm2004ObjectiveMappingModifier and TypeMethodDescriptionScorm2004Objective.getMapInfo()Retrieves the list of SCORM 2004 objective mappings associated with this objective.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective with type arguments of type Scorm2004ObjectiveMappingModifier and TypeMethodDescriptionvoidScorm2004Objective.setMapInfo(List<Scorm2004ObjectiveMapping> mapInfo) Sets the list of SCORM 2004 objective mappings associated with this objective.Constructor parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective with type arguments of type Scorm2004ObjectiveMappingModifierConstructorDescriptionScorm2004Objective(String objectiveID, Boolean satisfiedByMeasure, Double minNormalizedMeasure, List<Scorm2004ObjectiveMapping> mapInfo) Constructs a Scorm2004Objective instance with the provided parameters.