Technical Elements Documentation
    Preparing search index...

    Interface OperationalDependencyModel

    Interface representing an operational dependency model. Used to define and document dependencies based on operational practices.

    ES-B1

    interface OperationalDependencyModel {
        affectedSystems: event_sequence_analysis.SystemReference[];
        description: string;
        involvedHumanActions?: event_sequence_analysis.HumanActionReference[];
        operationalPractice: string;
        procedureReferences?: string[];
    }

    Hierarchy

    • Unique
    • Named
      • OperationalDependencyModel
    Index

    Properties

    Systems affected by the operational practice

    description: string

    Description of the operational dependency

    Human actions involved in the operational dependency

    operationalPractice: string

    Operational practice or procedure causing the dependency

    procedureReferences?: string[]

    References to procedures or operating instructions