Private
rootsPrivate
templatePrivate
visitedRetrieves the roots of the data flow nodes based on the specified option.
The option for retrieving roots, it can be either "l0" or "l1". "l0" returns the roots as they are. "l1" returns the roots in a compacted form.
Private
level1Recursively compacts the given DataFlowNode, reducing the 'to' field to a single object if there is only one child node, or omitting it if there are no child nodes.
The node to compact. This node may have a 'to' field that is an array of child nodes.
The compacted node, which may have a simplified 'to' field or none at all.
Private
linkLinks the given metaInfo node with its dependees, creating and returning a new DataFlowNode.
The metadata information object containing dependencies and location data.
Generated using TypeDoc
Class representing a DataFlow, managing dependencies and data flow nodes.