Class RuleAction
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.RuleAction
- All Implemented Interfaces:
Serializable
Represents the action to perform if the conditions specified in a sequencing rule are met. Rule
actions determine the sequencing behavior for the activity, such as enabling, disabling, hiding,
or skipping an activity.
Actions are only executed if the conditions in the rule's RuleConditions are
met.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleAction
public RuleAction()
-