Click or drag to resize

LGSPGraphProcessingEnvironmentAddNode Method (LGSPNode, String)

Adds an existing LGSPNode object to the graph 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.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void AddNode(
	LGSPNode node,
	string varName
)

Parameters

node
Type: de.unika.ipd.grGen.lgspLGSPNode
The node to be added.
varName
Type: SystemString
The name of the variable.
See Also