Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.ExitTypesSpec
Packages that use ExitTypesSpec
-
Uses of ExitTypesSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return ExitTypesSpecModifier and TypeMethodDescriptionScoExitActionSpec.getNotSatisfied()Retrieves the action to take when the SCO is not satisfied.ScoExitActionSpec.getSatisfied()Retrieves the action to take when the SCO is satisfied.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ExitTypesSpecModifier and TypeMethodDescriptionvoidScoExitActionSpec.setNotSatisfied(ExitTypesSpec notSatisfied) Sets the action to take when the SCO is not satisfied.voidScoExitActionSpec.setSatisfied(ExitTypesSpec satisfied) Updates the action to take when the SCO is satisfied.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ExitTypesSpecModifierConstructorDescriptionScoExitActionSpec(ExitTypesSpec satisfied, ExitTypesSpec notSatisfied) Constructs an instance of the ScoExitActionSpec class with specified actions to take based on the satisfaction or non-satisfaction of the condition.