Click or drag to resize

IGraphProcessingEnvironmentAddNode(INode, String) Method

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.1
Syntax
C#
void AddNode(
	INode node,
	string varName
)

Parameters

node  INode
The node to be added.
varName  String
The name of the variable.
See Also