Technical Elements Documentation
    Preparing search index...

    Interface FunctionalDependencyModel

    Interface representing a functional dependency model. Used to define and document functional dependencies between systems.

    ES-B1

    interface FunctionalDependencyModel {
        dependencies: Dependency[];
        description: string;
        involvedSystems: event_sequence_analysis.SystemReference[];
        logicModel?: string;
        supportingAnalysisReferences?: string[];
    }

    Hierarchy

    • Unique
    • Named
      • FunctionalDependencyModel
    Index

    Properties

    dependencies: Dependency[]

    Specific dependencies modeled

    description: string

    Description of the dependency model

    Systems involved in the functional dependency

    logicModel?: string

    Logic model representation (e.g., fault tree, event tree)

    supportingAnalysisReferences?: string[]

    References to supporting analyses