 | BaseGraphRetypingEdge Method |
Fires an OnRetypingEdge event.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic void RetypingEdge(
IEdge oldEdge,
IEdge newEdge
)
Parameters
- oldEdge IEdge
- The edge to be retyped.
- newEdge IEdge
- The new edge with the common attributes, but not fully connected with the incident nodes, yet.
See Also