Click or drag to resize

IGraphProcessingEnvironmentAddNode Method (INode, String)

Adds an existing INode object to the current graph of this processing environment and assigns it to the given variable. The node must not be part of any graph, yet! The node may not be connected to any other elements!

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void AddNode(
	INode node,
	string varName
)

Parameters

node
Type: de.unika.ipd.grGen.libGrINode
The node to be added.
varName
Type: SystemString
The name of the variable.
See Also