- Preparing search index...
- The search index is not available
Documentation 
 
Function computeOrderedProcesses
 
- computeOrderedProcesses(pred: ((process: Readonly<Process>) => boolean), tableInput?: readonly Readonly<Process>[]): Process[]
- 
Parameters
- 
pred: ((process: Readonly<Process>) => boolean)
- 
- (process: Readonly<Process>): boolean
- 
Returns boolean
 
 
- 
OptionaltableInput: readonly Readonly<Process>[]
 
 
 
 
 
Compute ordered list of Processes that match pred.
The ordering is lexicographic: 1. according to distance from the Process tree root 2. alphabetically w.r.t. the Process identifier