Technical Elements Documentation
    Preparing search index...

    Interface SystemDependency

    Interface for a dependency between systems.

    SY-B5

    interface SystemDependency {
        dependentSystem: systems_analysis.SystemReference;
        description?: string;
        details?: string;
        impact?: string;
        supportingSystem: systems_analysis.SystemReference;
        type: string;
    }

    Hierarchy

    • Unique
      • SystemDependency
    Index

    Properties

    The dependent system.

    description?: string

    Description of the dependency.

    details?: string

    Additional details about the dependency.

    impact?: string

    The impact of this dependency on system performance.

    The supporting system.

    type: string

    The type of dependency.

    Support system dependencies are a critical type of FUNCTIONAL dependency where a main system requires a support system (e.g., power, cooling, control) to operate.