Skip to content

scram::core::Pdag::ProcessedNodes

Holder for nodes that are created from fault tree events. More...

Public Attributes

Name
std::unordered_map< const mef::Gate *, GatePtr >gates
std::unordered_map< const mef::BasicEvent *, VariablePtr >variables

Detailed Description

cpp
struct scram::core::Pdag::ProcessedNodes;

Holder for nodes that are created from fault tree events.

This is a helper structure for functions that transform a fault tree into a PDAG.

Public Attributes Documentation

variable gates

cpp
std::unordered_map< const mef::Gate *, GatePtr > gates;

variable variables

cpp
std::unordered_map< const mef::BasicEvent *, VariablePtr > variables;

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