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.1
Syntax
C#
public virtual LGSPNode AddLGSPNode(
	NodeType nodeType
)

Parameters

nodeType  NodeType
The type for the new node.

Return Value

LGSPNode
The created node.
See Also