Uses of Class
dev.jcputney.elearning.parser.input.cmi5.Block
Packages that use Block
-
Uses of Block in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return types with arguments of type BlockModifier and TypeMethodDescriptionCmi5Manifest.getBlocks()Retrieves the list of blocks associated with this manifest.Block.getNestedBlocks()Retrieves the nested blocks associated with this block.Method parameters in dev.jcputney.elearning.parser.input.cmi5 with type arguments of type BlockModifier and TypeMethodDescriptionvoidSets the list of blocks for the Cmi5 manifest.voidBlock.setNestedBlocks(List<Block> nestedBlocks) Sets the list of nested blocks associated with this block.Constructor parameters in dev.jcputney.elearning.parser.input.cmi5 with type arguments of type BlockModifierConstructorDescriptionCmi5Manifest(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.