Technical Elements Documentation
    Preparing search index...

    Representation of a flag event in the event sequence quantification

    ESQ-B9

    interface FlagEvent {
        basis: string;
        effect: string;
        isTemporary: boolean;
        purpose: string;
        state: boolean;
    }

    Hierarchy

    • Unique
    • Named
      • FlagEvent
    Index

    Properties

    basis: string

    Basis for using the flag event

    effect: string

    Effect of the flag event on the model

    isTemporary: boolean

    Whether the flag event is temporary or permanent

    purpose: string

    Purpose of the flag event

    state: boolean

    Logic state of the flag event (true, false)