Function computeOrderedProcesses

  • Compute ordered list of Processes that match pred.

    The ordering is lexicographic: 1. according to process priority 2. according to distance from the Process tree root 3. alphabetically w.r.t. the Process identifier

    Parameters

    • pred: ((process) => boolean)
        • (process): boolean
        • Parameters

          Returns boolean

    • Optional tableInput: readonly Readonly<Process>[]

    Returns Process[]

Generated using TypeDoc