Click or drag to resize

LGSPGraphProcessingEnvironmentAddLGSPNode Method

Adds a new LGSPNode to the graph and assigns it to the given variable.

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

Parameters

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

Return Value

LGSPNode
The newly created node.
See Also