Click or drag to resize

BaseGraphRetypingNode Method

Fires an OnRetypingNode event.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void RetypingNode(
	INode oldNode,
	INode newNode
)

Parameters

oldNode
Type: de.unika.ipd.grGen.libGrINode
The node to be retyped.
newNode
Type: de.unika.ipd.grGen.libGrINode
The new node with the common attributes, but without any incident edges assigned, yet.
See Also