SysProM
    Preparing search index...

    Type Alias DerivedRelationship

    DerivedRelationship: {
        derivationType: "transitive" | "composite" | "inverse";
        derivedFrom: { from: string; to: string; type: string }[];
        from: string;
        to: string;
        type: string;
    }

    A derived relationship inferred from the graph.

    Type Declaration

    • derivationType: "transitive" | "composite" | "inverse"
    • derivedFrom: { from: string; to: string; type: string }[]
    • from: string
    • to: string
    • type: string