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

public class RollupAction extends Object implements Serializable
Represents the action to perform if the conditions specified in a rollup rule are met. The rollup action determines how the statuses of child activities affect the parent activity’s rollup status, allowing for complex aggregation logic.

Common actions include marking the parent activity as satisfied, not satisfied, completed, or incomplete based on the rollup rule conditions.

See Also:
  • Constructor Details

    • RollupAction

      public RollupAction()