Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.Sequencing
Packages that use Sequencing
Package
Description
-
Uses of Sequencing in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return SequencingModifier and TypeMethodDescriptionScorm2004Item.getSequencing()Retrieves the sequencing settings associated with this SCORM 2004 item.Scorm2004Organization.getSequencing()Retrieves the sequencing associated with the SCORM 2004 organization.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with parameters of type SequencingModifier and TypeMethodDescriptionvoidScorm2004Item.setSequencing(Sequencing sequencing) Sets the sequencing settings for this SCORM 2004 item.voidScorm2004Organization.setSequencing(Sequencing sequencing) Sets the sequencing configuration for the SCORM 2004 organization. -
Uses of Sequencing in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return types with arguments of type SequencingModifier and TypeMethodDescriptionSequencingCollection.getSequencingList()Retrieves the list ofSequencingelements associated with this sequencing collection.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with type arguments of type SequencingModifier and TypeMethodDescriptionvoidSequencingCollection.setSequencingList(List<Sequencing> sequencingList) Sets the list ofSequencingelements for the sequencing collection. -
Uses of Sequencing in dev.jcputney.elearning.parser.input.scorm2004.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing that return SequencingModifier and TypeMethodDescriptionActivityNode.getSequencing()Gets the sequencing information for this node.Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing with parameters of type SequencingModifier and TypeMethodDescriptionvoidActivityNode.setSequencing(Sequencing sequencing) Sets the sequencing information for this activity node.