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.2
Syntax
C#
public LGSPNode AddLGSPNode(
	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: LGSPNode
The newly created node.
See Also