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

public class RollupConditions extends Object implements Serializable
Represents a set of conditions that control when a rollup rule should apply. Rollup conditions define specific criteria based on the statuses of child activities, such as completion, satisfaction, and other properties that affect the rollup logic.

Conditions can be combined based on the logic defined in conditionCombination, allowing multiple criteria to be evaluated together.

See Also:
  • Constructor Details

    • RollupConditions

      public RollupConditions()