Click or drag to resize

LGSPGraphProcessingEnvironmentAddINode Method

Adds a new node to the graph. TODO: Slow but provides a better interface...

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
protected INode AddINode(
	NodeType nodeType,
	string varName
)

Parameters

nodeType  NodeType
The node type for the new node.
varName  String
The name of the variable.

Return Value

INode
The newly created node.
See Also