Click or drag to resize

IGraphProcessingEnvironmentAddNode Method (INode, String, String)

Adds an existing node to the graph, names it, and assigns it to the given variable.

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

Parameters

node
Type: de.unika.ipd.grGen.libGrINode
The existing node.
varName
Type: SystemString
The name of the variable.
elemName
Type: SystemString
The name for the new node or null if it is to be auto-generated.
See Also