Technical Elements Documentation
    Preparing search index...

    Interface OutlierComponent

    Interface representing a component identified as an outlier and excluded from grouping

    DA-B2

    interface OutlierComponent {
        alternativeHandling: string;
        componentId: ComponentReference;
        determinationDate?: string;
        determinedBy?: string;
        differentiatingCharacteristics: string[];
        exclusionJustification: string;
        exclusionReason: string;
        potentialGroupId: string;
        referenceDocuments?: string[];
        status: "CONFIRMED" | "TENTATIVE" | "UNDER_REVIEW";
        systemId: string;
    }

    Hierarchy

    • Unique
      • OutlierComponent
    Index

    Properties

    alternativeHandling: string

    How this component is handled in the analysis instead

    componentId: ComponentReference

    Component ID that is excluded from grouping - references a component within SystemDefinition.modeledComponentsAndFailures This component should NOT have a componentGroup field set

    determinationDate?: string

    Date when the outlier determination was made

    determinedBy?: string

    Person or team who made the outlier determination

    differentiatingCharacteristics: string[]

    Characteristics that make this component different from the group

    exclusionJustification: string

    Detailed justification for why this component is considered an outlier

    exclusionReason: string

    Reason for excluding this component as an outlier

    potentialGroupId: string

    Reference to the group this component would otherwise belong to References the groupId of a ComponentGrouping

    referenceDocuments?: string[]

    References to supporting documentation

    status: "CONFIRMED" | "TENTATIVE" | "UNDER_REVIEW"

    Status of the outlier determination

    systemId: string

    System identifier - references SystemDefinition