Skip to content

scram::core::ImportanceRecord

Mapping of an event and its importance.

#include <importance_analysis.h>

Public Attributes

Name
const mef::BasicEvent &event <br>The event occurring in products.
const ImportanceFactorsfactors <br>The importance factors of the event.

Public Attributes Documentation

variable event

cpp
const mef::BasicEvent & event;

The event occurring in products.

variable factors

cpp
const ImportanceFactors factors;

The importance factors of the event.


Updated on 2026-01-09 at 21:59:11 +0000