Click or drag to resize

IGraphAddNode(INode) Method

Adds an existing INode object to the graph. 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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void AddNode(
	INode node
)

Parameters

node  INode
The node to be added.
See Also