Uses of Class
dev.jcputney.elearning.parser.input.cmi5.types.ReferencesObjectives
Packages that use ReferencesObjectives
-
Uses of ReferencesObjectives in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return ReferencesObjectivesModifier and TypeMethodDescriptionAU.getObjectives()Retrieves the objectives of the current instance.Block.getObjectives()Retrieves the objectives associated with the block.Methods in dev.jcputney.elearning.parser.input.cmi5 with parameters of type ReferencesObjectivesModifier and TypeMethodDescriptionvoidAU.setObjectives(ReferencesObjectives objectives) Updates the objectives for the current instance.voidBlock.setObjectives(ReferencesObjectives objectives) Sets the objectives associated with the block.Constructors in dev.jcputney.elearning.parser.input.cmi5 with parameters of type ReferencesObjectivesModifierConstructorDescriptionAU(TextType title, TextType description, ReferencesObjectives objectives, String url, String launchParameters, String entitlementKey, String id, MoveOn moveOn, PercentType masteryScore, LaunchMethod launchMethod, String activityType) Constructs a new instance of AU with the specified parameters.Block(TextType title, TextType description, ReferencesObjectives objectives, List<AU> assignableUnits, List<Block> nestedBlocks, String id) Constructs a newBlockinstance with the specified parameters.