Class RuleConditions
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.RuleConditions
- All Implemented Interfaces:
Serializable
Represents a set of conditions that must be met for a sequencing rule to apply. Rule conditions
define specific criteria, such as completion status or objective measure, that determine whether
a rule's action should be executed.
The rule conditions are combined based on the specified combination logic, such as "all" (all conditions must be met) or "any" (at least one condition must be met).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleConditions
public RuleConditions()
-