SubgraphNode

constructor(name: String)(source)

Parameters

name

The name of the node, inherited from the parent class, which serves as its identifier within the graph.

Type Parameters

Input

The input type that this node expects.

Output

The output type that this node produces.