Class RollupAction
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup.RollupAction
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
RollupAction
public RollupAction()
-