Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.ScoExitActionSpec
Packages that use ScoExitActionSpec
-
Uses of ScoExitActionSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return ScoExitActionSpecModifier and TypeMethodDescriptionExitActionsSpec.getFinalSco()Retrieves the exit action specification for the final SCO.ExitActionsSpec.getIntermediateSco()Retrieves the exit action specification for the intermediate SCO.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ScoExitActionSpecModifier and TypeMethodDescriptionvoidExitActionsSpec.setFinalSco(ScoExitActionSpec finalSco) Sets the exit action specification for the final SCO.voidExitActionsSpec.setIntermediateSco(ScoExitActionSpec intermediateSco) Sets the exit action specification for the intermediate SCO.