Click or drag to resize

LGSPGraphAddLGSPNode Method

Creates a new LGSPNode according to the given type and adds it to the graph.

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

Parameters

nodeType
Type: de.unika.ipd.grGen.libGrNodeType
The type for the new node.

Return Value

Type: LGSPNode
The created node.
See Also