PathTraversal Module
Functions and values
| Function or value |
Description
|
Full Usage:
addAnnotation result seen pv
Parameters:
ResizeArray<Annotation>
seen : HashSet<string>
pv : Annotation
|
|
Full Usage:
addAnnotationsFromNode result seen node
Parameters:
ResizeArray<Annotation>
seen : HashSet<string>
node : IONode
|
|
Full Usage:
addAnnotationsFromProcess result seen proc
Parameters:
ResizeArray<Annotation>
seen : HashSet<string>
proc : Process
|
|
Full Usage:
addProcessAnnotations result seen proc
Parameters:
ResizeArray<Annotation>
seen : HashSet<string>
proc : Process
|
|
|
|
Full Usage:
collectAnnotationsFromProcesses processes
Parameters:
Process seq
Returns: ResizeArray<Annotation>
|
|
Full Usage:
collectAnnotationsFromProcessesWithRecipeName recipeName processes
Parameters:
string option
processes : Process seq
Returns: ResizeArray<Annotation>
|
|
Full Usage:
collectDownstreamAnnotations recipeName scope start
Parameters: Returns: ResizeArray<Annotation>
|
|
Full Usage:
collectUpstreamAnnotations recipeName scope start
Parameters: Returns: ResizeArray<Annotation>
|
|
|
|
Full Usage:
dataRelatedForTraversal tryGetProvider a b
Parameters:
string -> IFragmentSelectorProvider option
a : Data
b : Data
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
nodeRelatedForTraversal tryGetProvider a b
Parameters:
string -> IFragmentSelectorProvider option
a : IONode
b : IONode
Returns: bool
|
|
|
|
Full Usage:
processMatchesRecipeName recipeName proc
Parameters:
string option
proc : Process
Returns: bool
|
|
|
|
|
|
|
|
Full Usage:
providerLookupFromProcesses processes
Parameters:
Process seq
Returns: string -> IFragmentSelectorProvider option
|
|
|
|
|
|
|
|
|
|
|
ProcessCore