Technical Elements Documentation
    Preparing search index...

    Interface SystemInterfaceDependency

    Interface representing an interface dependency between systems.

    ES-B2

    interface SystemInterfaceDependency {
        connectionPoints?: string[];
        description: string;
        interfaceType: "FUNCTIONAL" | "PHYSICAL" | "OPERATIONAL";
        involvedSystems: event_sequence_analysis.SystemReference[];
        modelingApproach: string;
    }

    Hierarchy

    • Unique
    • Named
      • SystemInterfaceDependency
    Index

    Properties

    connectionPoints?: string[]

    Specific connection points or interfaces

    description: string

    Description of the interface dependency

    interfaceType: "FUNCTIONAL" | "PHYSICAL" | "OPERATIONAL"

    Type of interface (physical, functional, operational)

    Systems involved in the interface

    modelingApproach: string

    How the interface is modeled in event sequences