Technical Elements Documentation
    Preparing search index...

    Interface ModelValidation

    Interface for model validation methods.

    SY-A33

    interface ModelValidation {
        description: string;
        issueResolutions?: string[];
        issuesIdentified?: string[];
        results: string;
        systemReference: systems_analysis.SystemReference;
        techniques: string[];
    }

    Hierarchy

    • Unique
    • Named
      • ModelValidation
    Index

    Properties

    description: string

    Description of the validation method.

    issueResolutions?: string[]

    Resolution of identified issues.

    issuesIdentified?: string[]

    Any issues identified during validation.

    results: string

    Results of the validation.

    The system model being validated.

    techniques: string[]

    Validation techniques used.

    ["Peer review", "Comparison with operating experience"]