Skip to content

scram::core::EventTreeAnalysis::SequenceCollector

Walks the event tree paths and collects sequences.

Public Attributes

Name
const mef::InitiatingEvent &initiating_event <br>The analysis initiator.
mef::Context &context <br>The collection context.
std::unordered_map< const mef::Sequence *, std::vector< PathCollector > >sequences <br>Sequences with collected paths.

Public Attributes Documentation

variable initiating_event

cpp
const mef::InitiatingEvent & initiating_event;

The analysis initiator.

variable context

cpp
mef::Context & context;

The collection context.

variable sequences

cpp
std::unordered_map< const mef::Sequence *, std::vector< PathCollector > > sequences;

Sequences with collected paths.


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