Initializing an existing node to be a FunctionNode will not update the graph's function map. As such, use of FlowGraph.Class.addFunction is strongly encouraged instead.
The name of the function. This name must be unique in the graph, so it should be mangled if the use case permits overloading.
Adds data to the data object of the node.
The data object to be stored in the node.
Adds data to the scratch data object of the node.
The current scratch data object of the node.
The scratch data object to be stored in the node.
Represents a builder class instance for a node type. For example, an instance of BaseNode.Builder is a Node.Builder.
The builder class may have a constructor and methods to customize the information that is stored in the node.