Optional
alignmentsAlignment definitions (representing phases of operation)
Optional
attributesAdditional attributes for the model
Optional
ccfCommon cause failure group definitions
Optional
eventEvent tree definitions (models of accident progression)
Optional
externExternal function definitions for custom calculations
Optional
externExternal library definitions for custom functions
Optional
faultFault tree definitions (logical models of system failures)
Optional
initiatingInitiating event definitions (events that start accident sequences)
Optional
labelHuman-readable label for the model
Optional
modelGlobal model data including basic events, house events, and parameters
Optional
basicEvents?: BasicEventDefinition[]Basic events (elementary failure events with probabilities)
Optional
houseEvents?: HouseEventDefinition[]House events (boundary conditions that are either true or false)
Optional
parameters?: ParameterDefinition[]Parameters (constants or expressions used in the model)
Optional
nameName of the model or analysis
Optional
rulesRule definitions (instructions for model transformations)
Optional
substitutionsSubstitution definitions (rules for model transformations)
Interface representing the input data for quantification of fault trees and event trees. This comprehensive interface defines the structure of models to be analyzed, including basic events, gates, fault trees, event trees, and their relationships.
Memberof
Quantification
Example