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.1
Syntax
C#
public void RetypingNode(
	INode oldNode,
	INode newNode
)

Parameters

oldNode  INode
The node to be retyped.
newNode  INode
The new node with the common attributes, but without any incident edges assigned, yet.
See Also