Interface: TechnicalElement<T>
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:138
Base interface for all technical elements in the PRA model.
Technical elements are the major analytical tasks that, when completed in an integrated manner, make up a PRA model. Each technical element represents a specific aspect of the PRA model.
Extended by
DataAnalysisEventSequenceAnalysisEventSequenceQuantificationInitiatingEventsAnalysisMechanisticSourceTermAnalysisPlantOperatingStatesAnalysisRadiologicalConsequenceAnalysisRiskIntegrationSuccessCriteriaDevelopmentSystemsAnalysis
Type Parameters
T
T extends TechnicalElementTypes
The type of technical element
Properties
commonAssumptions?
optionalcommonAssumptions:BaseAssumption[]
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:183
Common assumptions that apply across this technical element Using the standardized BaseAssumption interface
created
created:
string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:152
The date the technical element was created
description?
optionaldescription:string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:172
The description of the technical element
Overrides
Named.description
modified
modified:
string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:157
The date the technical element was last modified
name
name:
string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/meta.ts:36
Inherited from
Named.name
owner?
optionalowner:string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:162
The owner of the technical element
references?
optionalreferences:object[]
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:188
References to other technical elements
description
description:
string
technicalElementId
technicalElementId:
string
technicalElementType
technicalElementType:
TechnicalElementTypes
status?
optionalstatus:"DRAFT"|"REVIEW"|"APPROVED"|"DEPRECATED"
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:167
The status of the technical element
tags?
optionaltags:string[]
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:177
Tags associated with the technical element
type
type:
T
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:142
The type of technical element
uuid
uuid:
Format<"uuid">
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/meta.ts:20
Inherited from
Unique.uuid
version
version:
string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:147
The version of the technical element
