Technical Elements Documentation
    Preparing search index...

    Representation of a circular logic situation in the event sequence model

    ESQ-B5

    interface CircularLogic {
        description: string;
        detectionMethod: string;
        id: string;
        involvedElementIds: string[];
        resolutionDescription: string;
        resolutionImpact?: string;
        resolutionMethod: CircularLogicResolutionMethod;
    }
    Index

    Properties

    description: string

    Description of the circular logic

    detectionMethod: string

    How the circular logic was detected

    id: string

    Unique identifier for this circular logic

    involvedElementIds: string[]

    IDs of the events or systems involved in the circular logic

    resolutionDescription: string

    Description of how the circular logic was resolved

    resolutionImpact?: string

    Impact of the resolution on the results

    Method used to resolve the circular logic