Click or drag to resize

IGraphAddNode(NodeType) Method

Adds a new node to the graph.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
INode AddNode(
	NodeType nodeType
)

Parameters

nodeType  NodeType
The node type for the new node.

Return Value

INode
The newly created node.
See Also