• Given the array containing the provenance tree generate a json object containing the provenance informations

    Parameters

    • provenanceBFS: any[]

      array containing provenance tree (in Breadth-first search way)

    • rootType: string

      the document label for the document provenace root

    Returns {}

    json object with provenance informations

    Generated using TypeDoc