Description of the intermediate end state
Optional
parentReference to the event sequence family this intermediate state belongs to
Optional
parentReference to the event sequence or family this intermediate state belongs to
Plant conditions at this intermediate state Uses minimal concepts from Plant Operating States Analysis
Optional
barrierStatuses?: Record<string, "OPEN" | "INTACT" | "BREACHED" | "DEGRADED" | "BYPASSED">Barrier statuses at this intermediate state Reuses BarrierStatus values from Plant Operating States
Key plant parameters that define this intermediate state
Optional
operatingMode?: "POWER" | "STARTUP" | "SHUTDOWN" | "REFUELING" | "MAINTENANCE"Operating mode at this intermediate state Reuses OperatingState from Plant Operating States
Optional
successCriteriaIds?: SuccessCriteriaId[]References to success criteria applicable at this state
Optional
systemStatuses?: Record<System statuses at this intermediate state
Dependencies that must be preserved when transferring
Optional
functional?: string[]Functional dependencies to preserve
Optional
initiatingEvent?: string[]Initiating event dependencies to preserve
Optional
operator?: event_sequence_analysis.HumanActionReference[]Operator action dependencies to preserve
Optional
phenomenological?: string[]Phenomenological dependencies to preserve
Optional
spatial?: string[]Spatial or environmental dependencies to preserve
Optional
system?: event_sequence_analysis.SystemReference[]System dependencies to preserve
Optional
sourceReference to the source event tree if this is a transfer point
Optional
supportingReferences to supporting analyses
Optional
transferConditions that trigger the transfer to another event tree
Description of the condition
Optional
logicExpression?: stringLogic expression representing the condition
Optional
triggeringEvents?: string[]References to events that trigger the transfer
Optional
transferReference to the event tree to transfer to
Optional
transferReference to specific branch in the target event tree for the transfer This allows more precise targeting within the destination event tree
Interface representing an intermediate end state in an event sequence. Used to reduce the size and complexity of individual event trees by providing transfer points between event trees.
Implements
ES-A13