Uses of Class
dev.jcputney.elearning.parser.input.aicc.AiccCourse
Packages that use AiccCourse
-
Uses of AiccCourse in dev.jcputney.elearning.parser.input.aicc
Methods in dev.jcputney.elearning.parser.input.aicc that return AiccCourseModifier and TypeMethodDescriptionAiccManifest.getCourse()Retrieves the course object associated with this instance.Methods in dev.jcputney.elearning.parser.input.aicc with parameters of type AiccCourseModifier and TypeMethodDescriptionvoidAiccManifest.setCourse(AiccCourse course) Sets the course for the current instance.Constructors in dev.jcputney.elearning.parser.input.aicc with parameters of type AiccCourseModifierConstructorDescriptionAiccManifest(AiccCourse course, List<AssignableUnit> assignableUnits, List<Descriptor> descriptors, List<CourseStructure> courseStructures) Constructs an AiccManifest object that maps the relationship between the AICC course, its assignable units, descriptors, and course structures, and derives the launch URL of the root assignable unit.