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.2
Syntax
C#
protected INode AddINode(
	NodeType nodeType,
	string varName
)

Parameters

nodeType
Type: de.unika.ipd.grGen.libGrNodeType
The node type for the new node.
varName
Type: SystemString
The name of the variable.

Return Value

Type: INode
The newly created node.
See Also