Package gov.nist.secauto.oscal.lib.model
Class ConfidenceScore
java.lang.Object
gov.nist.secauto.oscal.lib.model.ConfidenceScore
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaField(formalName="Confidence Score",
description="This records either a string category or a decimal value from 0-1 representing a percentage. Both of these values describe an estimation of the author\'s confidence that this mapping is correct and accurate.",
name="confidence-score",
moduleClass=OscalMappingCommonModule.class)
public class ConfidenceScore
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
This records either a string category or a decimal value from 0-1 representing a percentage. Both of these values describe an estimation of the author's confidence that this mapping is correct and accurate.
-
Constructor Summary
ConstructorsConstructorDescriptionConfidenceScore(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaDatagetValue()voidsetCategory(String value) voidsetPercentage(BigDecimal value) voidtoString()
-
Constructor Details
-
ConfidenceScore
public ConfidenceScore() -
ConfidenceScore
-
-
Method Details