Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.RsopSpec
Packages that use RsopSpec
-
Uses of RsopSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return RsopSpecModifier and TypeMethodDescriptionPackageProperties.getRsop()Retrieves the RSOP (Resource Synchronization Operational Policy) specification associated with this package.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type RsopSpecModifier and TypeMethodDescriptionvoidUpdates the RSOP (Resource Synchronization Operational Policy) configuration for the current package.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type RsopSpecModifierConstructorDescriptionPackageProperties(ControlsSpec controls, AppearanceSpec appearance, BehaviorSpec behavior, RsopSpec rsop, HeuristicSpec heuristics) Constructs a newPackagePropertiesinstance with the specified configuration details.