Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup.RollupRule
Packages that use RollupRule
-
Uses of RollupRule in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup that return types with arguments of type RollupRuleModifier and TypeMethodDescriptionRollupRules.getRollupRuleList()Retrieves the list of rollup rules associated with this instance.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup with type arguments of type RollupRuleModifier and TypeMethodDescriptionvoidRollupRules.setRollupRuleList(List<RollupRule> rollupRuleList) Sets the list of rollup rules for this instance.Constructor parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup with type arguments of type RollupRuleModifierConstructorDescriptionRollupRules(List<RollupRule> rollupRuleList, boolean rollupObjectiveSatisfied, boolean rollupProgressCompletion, double objectiveMeasureWeight) Constructs a RollupRules object with the specified parameters.