Uses of Class
dev.jcputney.elearning.parser.input.cmi5.Course
Packages that use Course
-
Uses of Course in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return CourseModifier and TypeMethodDescriptionCmi5Manifest.getCourse()Retrieves the course associated with this manifest.Methods in dev.jcputney.elearning.parser.input.cmi5 with parameters of type CourseModifier and TypeMethodDescriptionvoidSets the course associated with the manifest.Constructors in dev.jcputney.elearning.parser.input.cmi5 with parameters of type CourseModifierConstructorDescriptionCmi5Manifest(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.