Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.RuleAction
Packages that use RuleAction
-
Uses of RuleAction in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return RuleActionModifier and TypeMethodDescriptionSequencingRule.getRuleAction()Retrieves the action to be performed if the conditions specified in the sequencing rule are met.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type RuleActionModifier and TypeMethodDescriptionvoidSequencingRule.setRuleAction(RuleAction ruleAction) Sets the action to be executed when the conditions specified in the sequencing rule are met.