java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.RuleAction
All Implemented Interfaces:
Serializable

public class RuleAction extends Object implements 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 Details

    • RuleAction

      public RuleAction()