Uses of Class
dev.jcputney.elearning.parser.input.aicc.AssignableUnit
Packages that use AssignableUnit
-
Uses of AssignableUnit in dev.jcputney.elearning.parser.input.aicc
Methods in dev.jcputney.elearning.parser.input.aicc that return types with arguments of type AssignableUnitModifier and TypeMethodDescriptionAiccManifest.getAssignableUnits()Retrieves the list of assignable units.Method parameters in dev.jcputney.elearning.parser.input.aicc with type arguments of type AssignableUnitModifier and TypeMethodDescriptionvoidAiccManifest.setAssignableUnits(List<AssignableUnit> assignableUnits) Sets the list of assignable units.Constructor parameters in dev.jcputney.elearning.parser.input.aicc with type arguments of type AssignableUnitModifierConstructorDescriptionAiccManifest(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.