Path Type
A directed walk through the process graph: an ordered sequence of LabProcess instances connected through their shared I/O nodes. Read-only view – produced by graph-traversal queries; does not own its processes.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
|
All PropertyValues from all sources (parameters, input/output node properties, protocol components) across all processes in this path
|
|
Whether this path contains the given IONode (as input or output of any process)
|
|
All distinct Data nodes in this path
|
|
First process in the path
|
|
Last process in the path
|
Full Usage:
this.Length
Returns: int
|
|
|
All distinct Material nodes in this path
|
|
All distinct IONodes that appear anywhere in this path (inputs or outputs)
|
|
|
|
All PropertyValues from all sources whose name matches the given string
|
|
All FormalParameters defined on protocols executed by processes in this path
|
|
Nodes that appear as inputs but never as outputs in this path (true sources)
|
|
Nodes that appear as outputs but never as inputs in this path (true sinks)
|
ProcessCore