Click or drag to resize

BaseGraphRetypingEdge Method

Fires an OnRetypingEdge event.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void RetypingEdge(
	IEdge oldEdge,
	IEdge newEdge
)

Parameters

oldEdge
Type: de.unika.ipd.grGen.libGrIEdge
The edge to be retyped.
newEdge
Type: de.unika.ipd.grGen.libGrIEdge
The new edge with the common attributes, but not fully connected with the incident nodes, yet.
See Also