Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004Dependency
Packages that use Scorm2004Dependency
-
Uses of Scorm2004Dependency in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return types with arguments of type Scorm2004DependencyModifier and TypeMethodDescriptionScorm2004Resource.getDependencies()Retrieves the list of dependencies associated with the SCORM 2004 resource.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with type arguments of type Scorm2004DependencyModifier and TypeMethodDescriptionvoidScorm2004Resource.setDependencies(List<Scorm2004Dependency> dependencies) Sets the list of dependencies associated with the SCORM 2004 resource.