 | RetypingEdgeHandler Delegate |
Represents a method called before an edge is retyped.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void RetypingEdgeHandler(
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