SysProM
    Preparing search index...
    DerivedOutput: {
        derivedRelationships: {
            derivationType: "transitive" | "composite" | "inverse";
            derivedFrom: { from: string; to: string; type: string }[];
            from: string;
            to: string;
            type: string;
        }[];
        summary: {
            composite: number;
            inverse: number;
            total: number;
            transitive: number;
        };
    }

    Output of derived relationships inference operation.

    Type Declaration

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