Technical Elements Documentation
    Preparing search index...

    Interface representing a functional event in an event tree. Functional events represent the branch points in an event tree.

    HLR-ES-A,ES-A4,ES-A5, ES-A12

    interface FunctionalEvent {
        description?: string;
        humanActionReference?: event_sequence_analysis.HumanActionReference;
        label?: string;
        name: string;
        order?: number;
        systemReference?: event_sequence_analysis.SystemReference;
    }

    Hierarchy

    • Unique
    • Named
      • FunctionalEvent
    Index

    Properties

    description?: string

    Description of the functional event

    Human action reference if this functional event involves operator action

    label?: string

    Optional descriptive label

    name: string

    Unique name/identifier for the functional event

    order?: number

    Order/position in the event tree

    The system or component this functional event represents