Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.BehaviorSpec
Packages that use BehaviorSpec
-
Uses of BehaviorSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return BehaviorSpecModifier and TypeMethodDescriptionPackageProperties.getBehavior()Retrieves the behavior specifications associated with this package.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type BehaviorSpecModifier and TypeMethodDescriptionvoidPackageProperties.setBehavior(BehaviorSpec behavior) Updates the behavior configuration for the current package.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type BehaviorSpecModifierConstructorDescriptionPackageProperties(ControlsSpec controls, AppearanceSpec appearance, BehaviorSpec behavior, RsopSpec rsop, HeuristicSpec heuristics) Constructs a newPackagePropertiesinstance with the specified configuration details.