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