Optional
dependenciesDependencies between systems and operator actions in this sequence
Optional
descriptionDescription of the event sequence
Optional
designDesign information supporting this event sequence
End state of the sequence
Optional
eventReference to the event tree that models this sequence. This property explicitly links the event sequence to its event tree representation, establishing bidirectional traceability between the sequence and tree models.
Optional
eventReference to the specific sequence within the event tree. This connects the event sequence to a specific path through the event tree, allowing for precise mapping between sequence analysis and event tree models.
Optional
frequencyFrequency of the sequence (per unit time)
Optional
distribution?: DistributionTypeStatistical distribution of the frequency
Optional
distributionParameters?: Record<string, number>Parameters of the distribution
Mean value of the frequency
Units of the frequency
Optional
functionalThe states of functional events for this sequence path. Maps functional event IDs to their states (SUCCESS/FAILURE). This property mirrors the functional event states from the corresponding path in the event tree, ensuring consistency between representations.
Reference to the initiating event that starts this sequence
Optional
intermediateIntermediate end states in this sequence
Optional
operatorOperator actions involved in the sequence
Optional
phenomenologicalPhenomenological impacts in this sequence
Reference to the plant operating state in which this sequence occurs
Optional
progressionChronological progression of events in the sequence
Optional
releaseReference to the release category if the end state is radionuclide release
Optional
screeningScreening status of the sequence
Optional
screeningBasis?: stringBasis for screening decision
Optional
screeningJustification?: stringJustification for screening decision
Screening status of the sequence
Optional
sequenceReference to the event sequence family this sequence belongs to
Optional
sequenceAssumptions specific to this sequence
Optional
successSuccess criteria applicable to this sequence
Optional
systemSystems involved in the sequence and their status
Optional
timingTiming information for key events in the sequence
Interface representing an event sequence. An event sequence is a chronological progression of events from the initiating event to a specified end state.
Implements
ES-A6, HLR-ES-D, ES-D1, ES-A7
An event sequence is typically modeled using event trees. The relationship between event sequences and event trees is captured through the
eventTreeId
andeventTreeSequenceId
properties. Each event sequence can be linked to a specific path through an event tree, and thefunctionalEventStates
property mirrors the states of functional events in that path. This bidirectional traceability between event sequences and event trees supports the documentation requirements in the ANS standards.