 | IGraphRedirectTarget Method |
Changes the target node of the edge from the old target to the given new target.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntaxvoid RedirectTarget(
IEdge edge,
INode newTarget,
string oldTargetName
)
Parameters
- edge
- Type: de.unika.ipd.grGen.libGrIEdge
The edge to redirect. - newTarget
- Type: de.unika.ipd.grGen.libGrINode
The new target node of the edge. - oldTargetName
- Type: SystemString
The name of the old target node (used for debug display of the new edge).
See Also