Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types.MeasureType
Packages that use MeasureType
Package
Description
-
Uses of MeasureType in dev.jcputney.elearning.parser.input.scorm2004.adl.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.cp that return MeasureTypeModifier and TypeMethodDescriptionCompletionThreshold.getMinProgressMeasure()Retrieves the minimum progress measure for the completion threshold.Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.cp with parameters of type MeasureTypeModifier and TypeMethodDescriptionvoidCompletionThreshold.setMinProgressMeasure(MeasureType minProgressMeasure) Sets the minimum progress measure for the completion threshold.Constructors in dev.jcputney.elearning.parser.input.scorm2004.adl.cp with parameters of type MeasureTypeModifierConstructorDescriptionCompletionThreshold(MeasureType minProgressMeasure, PercentType progressWeight, Boolean completedByMeasure) Constructs a `CompletionThreshold` object with the specified parameters. -
Uses of MeasureType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return MeasureTypeModifier and TypeMethodDescriptionRuleCondition.getMeasureThreshold()Retrieves the measure threshold associated with this rule condition.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type MeasureTypeModifier and TypeMethodDescriptionvoidRuleCondition.setMeasureThreshold(MeasureType measureThreshold) Sets the measure threshold associated with this rule condition.Constructors in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type MeasureTypeModifierConstructorDescriptionRuleCondition(String referencedObjective, MeasureType measureThreshold, ConditionOperatorType operator, SequencingRuleConditionType condition) Constructs a new instance of the RuleCondition class, which represents a condition used in sequencing and evaluation rules. -
Uses of MeasureType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types that return MeasureTypeModifier and TypeMethodDescriptionMeasureTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) Deserialize a JSON string into a MeasureType object.static MeasureTypeParses a string as a MeasureType.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types with parameters of type MeasureTypeModifier and TypeMethodDescriptionvoidMeasureTypeSerializer.serialize(MeasureType value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) Serializes aMeasureTypeobject into its JSON string representation.