Skip to content

Slot: generation_method

Method used to determine the coverage value. Recommended values are in CoverageGenerationMethodEnum; other values are permitted.

URI: oscal:generation_method Alias: generation_method

Applicable Classes

Name Description Modifies Slot
Coverage A percentage representing target coverage by source mappings no

Properties

Type and Range

Property Value
Range String or 
CoverageGenerationMethodEnum
Domain Of Coverage

Cardinality and Requirements

Property Value
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'CoverageGenerationMethodEnum'}) - AnonymousSlotExpression({'range': 'string'})

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:generation_method
native oscal:generation_method

LinkML Source

name: generation-method
description: Method used to determine the coverage value. Recommended values are in
  CoverageGenerationMethodEnum; other values are permitted.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: generation_method
domain_of:
- Coverage
range: string
any_of:
- range: CoverageGenerationMethodEnum
- range: string